C# Class DisplayStats, DemonHeart

Inheritance: MonoBehaviour
Datei anzeigen Open project: rwbysafire/DemonHeart Class Usage Examples

Public Properties

Property Type Description
ptsButtons List

Public Methods

Method Description
Start ( ) : void
Update ( ) : void
setDex ( int DEX ) : void
setInt ( int INT ) : void
setStr ( int STR ) : void

Private Methods

Method Description
GetDisplayPropertyString ( string name, float statValue, float buffValue ) : string
GetDisplayProportionString ( string name, float statValue, float maxValue, float buffValue ) : string

Method Details

Start() public method

public Start ( ) : void
return void

Update() public method

public Update ( ) : void
return void

setDex() public method

public setDex ( int DEX ) : void
DEX int
return void

setInt() public method

public setInt ( int INT ) : void
INT int
return void

setStr() public method

public setStr ( int STR ) : void
STR int
return void

Property Details

ptsButtons public_oe property

public List
return List