Property | Type | Description | |
---|---|---|---|
health | float | ||
healthUI | Slider, | ||
playerAnimations | KaijuAnimations, | ||
sounds | KaijuSounds, |
Method | Description | |
---|---|---|
modifyHealth ( float healthModifier, int attackingPlayerNumber ) : void |
Method | Description | |
---|---|---|
Cmd_syncVariable ( float syncedNumber ) : void | ||
Rpc_respawnPlayer ( Vector3 spawnPos ) : void | ||
Rpc_updateClientHealth ( float value ) : void | ||
Start ( ) : void | ||
chooseSound ( ) : void | ||
reenableCollision ( ) : IEnumerator |
public modifyHealth ( float healthModifier, int attackingPlayerNumber ) : void | ||
healthModifier | float | |
attackingPlayerNumber | int | |
return | void |
public KaijuAnimations, playerAnimations | ||
return | KaijuAnimations, |