Method | Description | |
---|---|---|
BattleAnimator ( ) : System.Collections | ||
StartAnimation ( string idle, string run, bool playIdle ) : void |
Method | Description | |
---|---|---|
FadeOut ( string name, float time ) : IEnumerator | ||
Update ( ) : void |
public BattleAnimator ( ) : System.Collections | ||
return | System.Collections |
public StartAnimation ( string idle, string run, bool playIdle ) : void | ||
idle | string | |
run | string | |
playIdle | bool | |
return | void |