Tanoda
|
Represents a Playable used to play Animations from its Animation Clip List using names or indices as parameters. More...
Public Member Functions | |
void | PlayAnimation (int index) |
Plays the Animation Clip with the given index. More... | |
void | PlayAnimation (string name) |
Plays the Animation Clip with the given index. More... | |
Public Attributes | |
IList< AnimationClip > | AnimationClips |
Source animation clips. More... | |
Represents a Playable used to play Animations from its Animation Clip List using names or indices as parameters.
Definition at line 10 of file SimpleAnimationPlayer.cs.
void TriLibCore.Playables.SimpleAnimationPlayer.PlayAnimation | ( | int | index | ) |
Plays the Animation Clip with the given index.
index | The Animation Clip index. |
Definition at line 37 of file SimpleAnimationPlayer.cs.
void TriLibCore.Playables.SimpleAnimationPlayer.PlayAnimation | ( | string | name | ) |
Plays the Animation Clip with the given index.
name | The Animation Clip name. |
Definition at line 55 of file SimpleAnimationPlayer.cs.
IList<AnimationClip> TriLibCore.Playables.SimpleAnimationPlayer.AnimationClips |
Source animation clips.
Definition at line 15 of file SimpleAnimationPlayer.cs.