gfx ~master (2021-03-28T16:54:18Z)
Dub
Repo
ConstantLight
scene
constant light without animation
class
ConstantLight :
LightAnim
{
FVec3
_color
;
this
(FVec3 color);
void
anim
(float );
FVec3
color
[@property getter];
bool
on
[@property getter];
}
Constructors
this
this
(FVec3 color)
Undocumented in source.
Members
Functions
anim
void
anim
(float )
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
_color
FVec3
_color
;
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
constant light without animation