C# Class GT_GhostScript, Heracles

Inheritance: MonoBehaviour
Show file Open project: TrinityUniversityGameDesign/Heracles

Public Properties

Property Type Description
d float
directionTimer Stopwatch
fade int
fadingTimer Stopwatch

Public Methods

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

Method Details

FixedUpdate() public method

public FixedUpdate ( ) : void
return void

Start() public method

public Start ( ) : void
return void

Update() public method

public Update ( ) : void
return void

flipDirection() public method

public flipDirection ( ) : void
return void

Property Details

d public property

public float d
return float

directionTimer public property

public Stopwatch directionTimer
return Stopwatch

fade public property

public int fade
return int

fadingTimer public property

public Stopwatch fadingTimer
return Stopwatch