C# Class Healthsystem

Inheritance: MonoBehaviour
Afficher le fichier Open project: FlaminJesus/Pharaonic Class Usage Examples

Méthodes publiques

Свойство Type Description
health double
hunger double
hungersnot bool

Méthodes publiques

Méthode Description
Awake ( ) : void
FixedUpdate ( ) : void
Update ( ) : void

Method Details

Awake() public méthode

public Awake ( ) : void
Résultat void

FixedUpdate() public méthode

public FixedUpdate ( ) : void
Résultat void

Update() public méthode

public Update ( ) : void
Résultat void

Property Details

health public_oe property

public double health
Résultat double

hunger public_oe property

public double hunger
Résultat double

hungersnot public_oe property

public bool hungersnot
Résultat bool