Ejemplo n.º 1
0
 protected override void destroy()
 {
     if (bone != null)
     {
         AnimationManipulatorController.removeAnimationManipulator(this);
     }
 }
Ejemplo n.º 2
0
 protected override void destroy()
 {
     if (mesh != null)
     {
         mesh.Dispose();
     }
     AnimationManipulatorController.removeAnimationManipulator(this);
 }