![]() |
Platformer Pro
2.3.2
A platform game kit for Unity.
|
A data class which assocaites a legacy animation to an animation state. More...
Public Attributes | |
AnimationState | state |
The animation state. More... | |
AnimationClip | clip |
The animation clip to play for the given animation state. More... | |
WrapMode | wrapMode |
Wrap mode for the clip. More... | |
float | fadeTime |
Time for the cross fade between this and the previous state. More... | |
A data class which assocaites a legacy animation to an animation state.
AnimationClip PlatformerPro.LegacyAnimation.clip |
The animation clip to play for the given animation state.
float PlatformerPro.LegacyAnimation.fadeTime |
Time for the cross fade between this and the previous state.
AnimationState PlatformerPro.LegacyAnimation.state |
The animation state.
WrapMode PlatformerPro.LegacyAnimation.wrapMode |
Wrap mode for the clip.