C# Class playerStats

Inheritance: MonoBehaviour
Afficher le fichier Open project: Aerolith-Studios/White-Collar Class Usage Examples

Méthodes publiques

Свойство Type Description
playerEntertainment int
playerExercise int
playerRelax int
playerSelfImprovement int
playerSocial int
pointsToAssign int

Méthodes publiques

Méthode Description
LowerPEnt ( ) : void
LowerPRelax ( ) : void
LowerPSocial ( ) : void
LowerSelfImp ( ) : void
RaisePEnt ( ) : void
RaisePRelax ( ) : void
RaisePSocial ( ) : void
RaiseSelfImp ( ) : void
Start ( ) : void
Update ( ) : void

Method Details

LowerPEnt() public méthode

public LowerPEnt ( ) : void
Résultat void

LowerPRelax() public méthode

public LowerPRelax ( ) : void
Résultat void

LowerPSocial() public méthode

public LowerPSocial ( ) : void
Résultat void

LowerSelfImp() public méthode

public LowerSelfImp ( ) : void
Résultat void

RaisePEnt() public méthode

public RaisePEnt ( ) : void
Résultat void

RaisePRelax() public méthode

public RaisePRelax ( ) : void
Résultat void

RaisePSocial() public méthode

public RaisePSocial ( ) : void
Résultat void

RaiseSelfImp() public méthode

public RaiseSelfImp ( ) : void
Résultat void

Start() public méthode

public Start ( ) : void
Résultat void

Update() public méthode

public Update ( ) : void
Résultat void

Property Details

playerEntertainment public_oe property

public int playerEntertainment
Résultat int

playerExercise public_oe property

public int playerExercise
Résultat int

playerRelax public_oe property

public int playerRelax
Résultat int

playerSelfImprovement public_oe property

public int playerSelfImprovement
Résultat int

playerSocial public_oe property

public int playerSocial
Résultat int

pointsToAssign public_oe property

public int pointsToAssign
Résultat int