Property | Type | Description | |
---|---|---|---|
netAnim | NetworkAnimator |
Property | Type | Description | |
---|---|---|---|
animCorutine | IEnumerator |
Method | Description | |
---|---|---|
OnStartLocalPlayer ( ) : void | ||
PreStartClient ( ) : void | ||
attackTime ( ) : float | ||
increaseAttackTimer ( float amount ) : void |
Method | Description | |
---|---|---|
attackTimedAnimations ( string name, float duration ) : void | ||
setAnimatorParameters ( string name, bool state ) : void | ||
timedAnimations ( string name, float duration ) : void |
Method | Description | |
---|---|---|
Start ( ) : void | ||
setTimedAnimation ( string name ) : IEnumerator | ||
setTimedAnimation ( string name, float duration ) : IEnumerator |
protected attackTimedAnimations ( string name, float duration ) : void | ||
name | string | |
duration | float | |
return | void |
public increaseAttackTimer ( float amount ) : void | ||
amount | float | |
return | void |
protected setAnimatorParameters ( string name, bool state ) : void | ||
name | string | |
state | bool | |
return | void |
protected timedAnimations ( string name, float duration ) : void | ||
name | string | |
duration | float | |
return | void |