C# Class BaseStats, MagesOfBlight

显示文件 Open project: DomCristaldi/MagesOfBlight Class Usage Examples

Public Properties

Property Type Description
blightRecovery float
currentBlight float
currentHealth float
maxBlight float
maxHealth float

Public Methods

Method Description
AddBlight ( float amount ) : void
Heal ( float amount ) : void
RecoverBlight ( ) : void
SetActionWindow ( ActionWindow setting ) : void
TakeDamage ( float amount ) : void

Protected Methods

Method Description
Awake ( ) : void
BlockWindowProtocol ( ) : void
ClosedWindowProtocol ( ) : void
HandleActionWindow ( ) : void
RedirectWindowProtocol ( ) : void
Update ( ) : void

Method Details

AddBlight() public method

public AddBlight ( float amount ) : void
amount float
return void

Awake() protected method

protected Awake ( ) : void
return void

BlockWindowProtocol() protected method

protected BlockWindowProtocol ( ) : void
return void

ClosedWindowProtocol() protected method

protected ClosedWindowProtocol ( ) : void
return void

HandleActionWindow() protected method

protected HandleActionWindow ( ) : void
return void

Heal() public method

public Heal ( float amount ) : void
amount float
return void

RecoverBlight() public method

public RecoverBlight ( ) : void
return void

RedirectWindowProtocol() protected method

protected RedirectWindowProtocol ( ) : void
return void

SetActionWindow() public method

public SetActionWindow ( ActionWindow setting ) : void
setting ActionWindow
return void

TakeDamage() public method

public TakeDamage ( float amount ) : void
amount float
return void

Update() protected method

protected Update ( ) : void
return void

Property Details

blightRecovery public_oe property

public float blightRecovery
return float

currentBlight public_oe property

public float currentBlight
return float

currentHealth public_oe property

public float currentHealth
return float

maxBlight public_oe property

public float maxBlight
return float

maxHealth public_oe property

public float maxHealth
return float