Class AnimationSystem
- Namespace
- Lime
- Assembly
- Lime.dll
public class AnimationSystem
- Inheritance
-
AnimationSystem
- Inherited Members
Events
AnimationAdded
public event Action<AnimationComponent, Animation> AnimationAdded
Event Type
AnimationRemoved
public event Action<AnimationComponent, Animation> AnimationRemoved
Event Type
AnimationRun
public event Action<AnimationComponent, Animation> AnimationRun
Event Type
AnimationStopped
public event Action<AnimationComponent, Animation> AnimationStopped