ActionAdventureKit 1.7.3
|
helper that enables setting bool, int and float parameters on an animator from a UnityEngine.Events.UnityEvent in the inspector
Public Member Functions | |
void | SetBool (bool value) |
void | SetInteger (int value) |
void | SetFloat (float value) |
Public Attributes | |
string | Parameter |
Properties | |
Animator | Animator [get] |