Property | Type | Description | |
---|---|---|---|
deaths | int | ||
health | float | ||
initalHealth | float | ||
isPlayer | bool | ||
killDeathRatio | float | ||
kills | int | ||
root | GameObject |
Method | Description | |
---|---|---|
ModifyHealth ( float damage ) : float | ||
OnPhotonSerializeView ( PhotonStream, stream, PhotonMessageInfo, info ) : void | ||
Start ( ) : void | ||
Update ( ) : void | ||
updateKillDeathRatio ( ) : void |
public OnPhotonSerializeView ( PhotonStream, stream, PhotonMessageInfo, info ) : void | ||
stream | PhotonStream, | |
info | PhotonMessageInfo, | |
return | void |