C# Class MineralMiner, Unity2d-Game

Inheritance: Building
Mostra file Open project: sagivo/Unity2d-Game Class Usage Examples

Public Properties

Property Type Description
timeToMineralPerLevel float[]

Public Methods

Method Description
getMinerals ( ) : void

Protected Methods

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

Method Details

Awake() protected method

protected Awake ( ) : void
return void

Start() protected method

protected Start ( ) : void
return void

Update() protected method

protected Update ( ) : void
return void

getMinerals() public method

public getMinerals ( ) : void
return void

Property Details

timeToMineralPerLevel public_oe property

public float[] timeToMineralPerLevel
return float[]