CustomSceneItem

Undocumented in source.
static if(BACKEND_GUI)
static if(ENABLE_OPENGL)
class CustomSceneItem : SceneItem {}

Members

Functions

add
void add(SceneItem item)
Undocumented in source. Be warned that the author may not have intended to support it.
draw
void draw()
Undocumented in source. Be warned that the author may not have intended to support it.

Properties

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

Inherited Members

From SceneItem

draw
void draw()
Undocumented in source.
needSaveConfiguration
bool needSaveConfiguration [@property getter]

when true, save configuration before drawing, and restore after drawing

persistent
bool persistent [@property getter]

when true, don't destroy item after drawing, since it's owned by some other component

beforeDraw
void beforeDraw()
Undocumented in source. Be warned that the author may not have intended to support it.
afterDraw
void afterDraw()
Undocumented in source. Be warned that the author may not have intended to support it.

Meta