C# Class playerStats

Inheritance: MonoBehaviour
显示文件 Open project: Aerolith-Studios/White-Collar Class Usage Examples

Public Properties

Property Type Description
playerEntertainment int
playerExercise int
playerRelax int
playerSelfImprovement int
playerSocial int
pointsToAssign int

Public Methods

Method 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 method

public LowerPEnt ( ) : void
return void

LowerPRelax() public method

public LowerPRelax ( ) : void
return void

LowerPSocial() public method

public LowerPSocial ( ) : void
return void

LowerSelfImp() public method

public LowerSelfImp ( ) : void
return void

RaisePEnt() public method

public RaisePEnt ( ) : void
return void

RaisePRelax() public method

public RaisePRelax ( ) : void
return void

RaisePSocial() public method

public RaisePSocial ( ) : void
return void

RaiseSelfImp() public method

public RaiseSelfImp ( ) : void
return void

Start() public method

public Start ( ) : void
return void

Update() public method

public Update ( ) : void
return void

Property Details

playerEntertainment public_oe property

public int playerEntertainment
return int

playerExercise public_oe property

public int playerExercise
return int

playerRelax public_oe property

public int playerRelax
return int

playerSelfImprovement public_oe property

public int playerSelfImprovement
return int

playerSocial public_oe property

public int playerSocial
return int

pointsToAssign public_oe property

public int pointsToAssign
return int