C# Class DisplayStats, DemonHeart

Inheritance: MonoBehaviour
Afficher le fichier Open project: rwbysafire/DemonHeart Class Usage Examples

Méthodes publiques

Свойство Type Description
ptsButtons List

Méthodes publiques

Méthode Description
Start ( ) : void
Update ( ) : void
setDex ( int DEX ) : void
setInt ( int INT ) : void
setStr ( int STR ) : void

Private Methods

Méthode Description
GetDisplayPropertyString ( string name, float statValue, float buffValue ) : string
GetDisplayProportionString ( string name, float statValue, float maxValue, float buffValue ) : string

Method Details

Start() public méthode

public Start ( ) : void
Résultat void

Update() public méthode

public Update ( ) : void
Résultat void

setDex() public méthode

public setDex ( int DEX ) : void
DEX int
Résultat void

setInt() public méthode

public setInt ( int INT ) : void
INT int
Résultat void

setStr() public méthode

public setStr ( int STR ) : void
STR int
Résultat void

Property Details

ptsButtons public_oe property

public List
Résultat List