Table of Contents

Class AnimationSystem

Namespace
Lime
Assembly
Lime.dll
public class AnimationSystem
Inheritance
AnimationSystem
Inherited Members

Events

AnimationAdded

public event Action<AnimationComponent, Animation> AnimationAdded

Event Type

Action<AnimationComponent, Animation>

AnimationRemoved

public event Action<AnimationComponent, Animation> AnimationRemoved

Event Type

Action<AnimationComponent, Animation>

AnimationRun

public event Action<AnimationComponent, Animation> AnimationRun

Event Type

Action<AnimationComponent, Animation>

AnimationStopped

public event Action<AnimationComponent, Animation> AnimationStopped

Event Type

Action<AnimationComponent, Animation>