C# Class DawnTimer, GoHomeOrDie

Inheritance: MonoBehaviour
Datei anzeigen Open project: hs-furtwangen/GoHomeOrDie

Public Properties

Property Type Description
fogOfWar GameObject
lightBonus float
timeInSeconds double

Public Methods

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

Method Details

Start() public method

public Start ( ) : void
return void

Update() public method

public Update ( ) : void
return void

Property Details

fogOfWar public_oe property

public GameObject fogOfWar
return GameObject

lightBonus public_oe property

public float lightBonus
return float

timeInSeconds public_oe property

public double timeInSeconds
return double