Property | Type | Description | |
---|---|---|---|
fadeLength | float | ||
fallAnimation | string | ||
idleAnimation | string | ||
jumpAnimation | string | ||
landAnimation | string | ||
minFallTime | float | ||
runAnimation | string | ||
runSpeed | float | ||
sprintAnimation | string | ||
walkAnimation | string | ||
walkSpeed | float |
Method | Description | |
---|---|---|
HasAnimation ( string name ) : bool | ||
SetCombatant ( Combatant, c ) : void | ||
SetIdleAnimation ( string name ) : void | ||
Start ( ) : void | ||
Update ( ) : void |
Method | Description | |
---|---|---|
ChangeAnimationSpeed ( float speed ) : void | ||
FadeOut ( string name, float time ) : IEnumerator | ||
PlayIn ( string name, float time ) : IEnumerator | ||
UpdateBattleAnimations ( ) : void |
public SetIdleAnimation ( string name ) : void | ||
name | string | |
return | void |