BlinkLight

blinking light

Constructors

this
this(LightAnim anim, float on, float off, float step, float phase)
Undocumented in source.

Members

Functions

anim
void anim(float dt)
Undocumented in source. Be warned that the author may not have intended to support it.
computeLevel
void computeLevel()
Undocumented in source. Be warned that the author may not have intended to support it.

Properties

color
FVec3 color [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
on
bool on [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

_anim
LightAnim _anim;
Undocumented in source.
_level
float _level;
Undocumented in source.
_on
float _on;
Undocumented in source.
_period
float _period;
Undocumented in source.
_phase
float _phase;
Undocumented in source.
_step
float _step;
Undocumented in source.

Inherited Members

From LightAnim

anim
void anim(float dt)
Undocumented in source.
color
FVec3 color [@property getter]
Undocumented in source.
on
bool on [@property getter]
Undocumented in source.

Meta