Toggle navigation
Hot Examples
ES
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Buscar
Inicio
lightFlicker
C# Class lightFlicker
Inheritance:
MonoBehaviour
Mostrar archivo
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