Widget

An Widget is a 2d element on the screen. It doesn't depends on world camera.

Constructors

this
this(string id, Node parent)

Default constructor.

Members

Functions

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

Variables

__canListen
bool __canListen;
_canListen
bool _canListen;

Inherited Members

From Entity

renderer
Renderer!Vertex renderer()

Returns a reference to the render component.

render
void render()

From IListener

stopListening
void stopListening()

Meta