C# Class lightFlicker

Inheritance: MonoBehaviour
显示文件 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_oe property

public float lowLight
return float

maxSpeed public_oe property

public float maxSpeed
return float

minSpeed public_oe property

public float minSpeed
return float

myLight public_oe property

public Light myLight
return Light

normalLight public_oe property

public float normalLight
return float