gfx ~master (2021-03-28T16:54:18Z)
Dub
Repo
BlinkLight
scene
blinking light
class
BlinkLight :
LightAnim
{
LightAnim
_anim
;
float
_on
;
float
_period
;
float
_step
;
float
_phase
;
float
_level
;
this
(LightAnim anim, float on, float off, float step, float phase);
void
computeLevel
();
void
anim
(float dt);
FVec3
color
[@property getter];
bool
on
[@property getter];
}
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
Source
See Implementation
scene
classes
BlinkLight
ConstantLight
interfaces
LightAnim
structs
DeferredScene
MovingObj
Saucer
SaucerBody
SaucerSubStruct
blinking light