C# Class WatchtowerLightRotate, DefendAman

Inheritance: MonoBehaviour
Mostra file Open project: CarsonRoscoe/DefendAman

Public Properties

Property Type Description
allyTop Sprite
angle float
cycleTime float
enemyTop Sprite

Public Methods

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

Private Methods

Method Description
SmoothRotation ( ) : void

Method Details

Start() public method

public Start ( ) : void
return void

Update() public method

public Update ( ) : void
return void

Property Details

allyTop public_oe property

public Sprite allyTop
return Sprite

angle public_oe property

public float angle
return float

cycleTime public_oe property

public float cycleTime
return float

enemyTop public_oe property

public Sprite enemyTop
return Sprite