C# Class WatchtowerLightRotate, DefendAman

Inheritance: MonoBehaviour
Show 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 property

public Sprite allyTop
return Sprite

angle public property

public float angle
return float

cycleTime public property

public float cycleTime
return float

enemyTop public property

public Sprite enemyTop
return Sprite