Property | Type | Description | |
---|---|---|---|
currentAttack | string | ||
currentAttackTimer | float | ||
gravity | float | ||
groundDamping | float | ||
inAirDamping | float | ||
overhandCooldown | float | ||
overhandTimer | float | ||
pokeCooldown | float | ||
pokeTimer | float | ||
runSpeed | float | ||
shoulderCooldown | float | ||
shoulderTimer | float | ||
stompCooldown | float | ||
stompTimer | float | ||
swingCooldown | float | ||
swingTimer | float |
Method | Description | |
---|---|---|
Start ( ) : void | ||
Update ( ) : void | ||
getCurrentAttackValue ( ) : int | ||
onControllerCollider ( |
||
onTriggerEnterEvent ( |
||
onTriggerExitEvent ( |
||
overheadAttack ( ) : void | ||
pokeAttack ( ) : void | ||
swingAttack ( ) : void | ||
updateCanAttack ( string attackName, bool canUse ) : void |
Method | Description | |
---|---|---|
isInRange ( ) : bool |
public onControllerCollider ( |
||
hit | ||
return | void |
public onTriggerEnterEvent ( |
||
col | ||
return | void |
public onTriggerExitEvent ( |
||
col | ||
return | void |
public updateCanAttack ( string attackName, bool canUse ) : void | ||
attackName | string | |
canUse | bool | |
return | void |