C# Class DamageShow, TheDeadMemories

Mostra file Open project: TheDeadMemoriesTeam/TheDeadMemories Class Usage Examples

Public Methods

Method Description
addElementToDisplay ( float damage ) : void

Private Methods

Method Description
Start ( ) : void
Update ( ) : void
determineAlpha ( float pos ) : float
truncateValue ( float value, int nbDecimal ) : float

Method Details

addElementToDisplay() public method

public addElementToDisplay ( float damage ) : void
damage float
return void