protected override void destroy() { if (bone != null) { AnimationManipulatorController.removeAnimationManipulator(this); } }
protected override void destroy() { if (mesh != null) { mesh.Dispose(); } AnimationManipulatorController.removeAnimationManipulator(this); }