FreeviewLayer

Undocumented in source.

Constructors

this
this(EventManager emngr)
Undocumented in source.

Destructor

~this
~this()
Undocumented in source.

Members

Functions

draw
void draw(double dt)
Undocumented in source. Be warned that the author may not have intended to support it.
free
void free()
Undocumented in source. Be warned that the author may not have intended to support it.
onMouseButtonDown
void onMouseButtonDown(int button)
Undocumented in source. Be warned that the author may not have intended to support it.
onMouseButtonUp
void onMouseButtonUp(int button)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

camera
TrackballCamera camera;
Undocumented in source.
grabMouse
bool grabMouse;
Undocumented in source.
tempMouseX
int tempMouseX;
Undocumented in source.
tempMouseY
int tempMouseY;
Undocumented in source.

Inherited Members

From Layer

type
LayerType type;
Undocumented in source.
aspectRatio
float aspectRatio;
Undocumented in source.
drawables
DynamicArray!Drawable drawables;
Undocumented in source.
modifiers
DynamicArray!Modifier modifiers;
Undocumented in source.
addDrawable
void addDrawable(Drawable d)
Undocumented in source. Be warned that the author may not have intended to support it.
addModifier
void addModifier(Modifier m)
Undocumented in source. Be warned that the author may not have intended to support it.
draw
void draw(double dt)
Undocumented in source. Be warned that the author may not have intended to support it.
free
void free()
Undocumented in source. Be warned that the author may not have intended to support it.
~this
~this()
Undocumented in source.
onResize
void onResize(int width, int height)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta