|
2D Platform Controller
v1.7.0
Autogenerated code documentation for the 2D Platform Controller.
|
Inherits MonoBehaviour.
Public Member Functions | |
| void | CharacterAnimationEvent (CharacterState state, CharacterState previousState) |
| Respond to an animation event. More... | |
Public Attributes | |
| RaycastCharacterController | controller |
A sample animation classes that works with the supplied "Hero" 3d Model.
| void HeroAnimator.CharacterAnimationEvent | ( | CharacterState | state, |
| CharacterState | previousState | ||
| ) |
Respond to an animation event.
| state | State. |
| previousState | Previous state. |