namespace LitMotion { /// /// Specifies the behavior when linking motion to GameObject with AddTo. /// public enum LinkBehaviour { CancelOnDestroy = 0, CancelOnDisable = 1, CompleteOnDisable = 2 } }