C# Class StoreScript, SlashRunner

Inheritance: MonoBehaviour
Datei anzeigen Open project: matthewAURA/SlashRunner Class Usage Examples

Public Properties

Property Type Description
bodyFont Font
destroyPowerAmount int
headerFont Font
heartPowerAmount int
messageInterval float
timerPowerAmount int

Public Methods

Method Description
OnGUI ( ) : void
Start ( ) : void
Update ( ) : void

Method Details

OnGUI() public method

public OnGUI ( ) : void
return void

Start() public method

public Start ( ) : void
return void

Update() public method

public Update ( ) : void
return void

Property Details

bodyFont public_oe property

public Font bodyFont
return Font

destroyPowerAmount public_oe property

public int destroyPowerAmount
return int

headerFont public_oe property

public Font headerFont
return Font

heartPowerAmount public_oe property

public int heartPowerAmount
return int

messageInterval public_oe property

public float messageInterval
return float

timerPowerAmount public_oe property

public int timerPowerAmount
return int