C# Class lightFlicker

Inheritance: MonoBehaviour
Show file Open project: Aerolith-Studios/White-Collar

Public Properties

Property Type Description
lowLight float
maxSpeed float
minSpeed float
myLight Light
normalLight float

Public Methods

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

Private Methods

Method Description
Flicker ( ) : IEnumerator

Method Details

Start() public method

public Start ( ) : void
return void

Update() public method

public Update ( ) : void
return void

Property Details

lowLight public property

public float lowLight
return float

maxSpeed public property

public float maxSpeed
return float

minSpeed public property

public float minSpeed
return float

myLight public property

public Light myLight
return Light

normalLight public property

public float normalLight
return float