C# Class DragClock, Unity2d-Game

Inheritance: BaseObj
Exibir arquivo 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_oe property

public GameObject autoCanon
return GameObject

cell public_oe property

public GameObject cell
return GameObject

clockType public_oe property

public ClockType clockType
return ClockType

mineralMiner public_oe property

public GameObject mineralMiner
return GameObject