Protected Static_A list of animations tracked by the manager. All animations in this list are either running or have just finished on the current frame.
Protected Static_Protected Static_Protected Static_StaticonUpdate method. Must be called once every frame to ensure that animations are properly updated.
StaticregisterInternal method called to register an animation and start animating.
The animation to be registered with the manager.
StaticunregisterInternal method called to unregister an animation and stop animating.
The animation to be unregistered with the manager.
StaticunregisterUnregisters all animations for the specified object.
The number of animations that were unregistered.
The EditorAnimationManager provides the main heartbeat call to EditorAnimation#update for all currently registered EditorAnimation.