C# Class DragClock, Unity2d-Game

Inheritance: BaseObj
Show file Open project: sagivo/Unity2d-Game Class Usage Examples

Public Properties

Property Type Description
autoCanon GameObject
cell GameObject
clockType ClockType
mineralMiner GameObject

Public Methods

Method Description
updateVals ( ) : void

Private Methods

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

Method Details

updateVals() public method

public updateVals ( ) : void
return void

Property Details

autoCanon public property

public GameObject autoCanon
return GameObject

cell public property

public GameObject cell
return GameObject

clockType public property

public ClockType clockType
return ClockType

mineralMiner public property

public GameObject mineralMiner
return GameObject