C# Class LightCone, GoHomeOrDie

Inheritance: MonoBehaviour
Show file Open project: hs-furtwangen/GoHomeOrDie Class Usage Examples

Public Properties

Property Type Description
fogOfWar GameObject
player GameObject

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 property

public GameObject fogOfWar
return GameObject

player public property

public GameObject player
return GameObject