namespace LitMotion.Editor { /// /// Schedulers available in Editor. /// public static class EditorMotionScheduler { /// /// Scheduler that updates motion at EditorApplication.update. /// public static readonly IMotionScheduler Update = new EditorUpdateMotionScheduler(); } }