UiWidget

Undocumented in source.

Constructors

this
this()
Undocumented in source.

Destructor

~this
~this()
Undocumented in source.

Members

Functions

animate
void animate(long interval)

animates window; interval is time left from previous draw, in hnsecs (1/10000000 of second)

assignHandlers
void assignHandlers()
Undocumented in source. Be warned that the author may not have intended to support it.
controlsToVars
void controlsToVars()
Undocumented in source. Be warned that the author may not have intended to support it.
onScrollEvent
bool onScrollEvent(AbstractSlider source, ScrollEvent event)

handle scroll event

Properties

animating
bool animating [@property getter]

returns true is widget is being animated - need to call animate() and redraw

Variables

_cam
Camera _cam;
Undocumented in source.
_scene
Scene3dRef _scene;
Undocumented in source.
angle
float angle;
Undocumented in source.
brickNode
Node3d brickNode;
Undocumented in source.
dirLightNode
Node3d dirLightNode;
Undocumented in source.
far
float far;
Undocumented in source.
near
float near;
Undocumented in source.
rotationX
float rotationX;
Undocumented in source.
rotationY
float rotationY;
Undocumented in source.
rotationZ
float rotationZ;
Undocumented in source.
suzanneNode
Node3d suzanneNode;
Undocumented in source.
translationX
float translationX;
Undocumented in source.
translationY
float translationY;
Undocumented in source.
translationZ
float translationZ;
Undocumented in source.

Meta