C# Class StatSystem

Inheritance: Photon.MonoBehaviour
Afficher le fichier Open project: daniel-cheng/stellar Class Usage Examples

Méthodes publiques

Свойство Type Description
deaths int
health float
initalHealth float
isPlayer bool
killDeathRatio float
kills int
root GameObject

Méthodes publiques

Méthode Description
ModifyHealth ( float damage ) : float
OnPhotonSerializeView ( PhotonStream, stream, PhotonMessageInfo, info ) : void
Start ( ) : void
Update ( ) : void
updateKillDeathRatio ( ) : void

Method Details

ModifyHealth() public méthode

public ModifyHealth ( float damage ) : float
damage float
Résultat float

OnPhotonSerializeView() public méthode

public OnPhotonSerializeView ( PhotonStream, stream, PhotonMessageInfo, info ) : void
stream PhotonStream,
info PhotonMessageInfo,
Résultat void

Start() public méthode

public Start ( ) : void
Résultat void

Update() public méthode

public Update ( ) : void
Résultat void

updateKillDeathRatio() public méthode

public updateKillDeathRatio ( ) : void
Résultat void

Property Details

deaths public_oe property

public int deaths
Résultat int

health public_oe property

public float health
Résultat float

initalHealth public_oe property

public float initalHealth
Résultat float

isPlayer public_oe property

public bool isPlayer
Résultat bool

killDeathRatio public_oe property

public float killDeathRatio
Résultat float

kills public_oe property

public int kills
Résultat int

root public_oe property

public GameObject root
Résultat GameObject