DrawableObject

base drawable object

static if(ENABLE_OPENGL)
static if(BACKEND_GUI)
class DrawableObject : RefCountedObject {}

Constructors

this
this()
Undocumented in source.

Members

Functions

draw
void draw(Node3d node, bool wireframe)
Undocumented in source. Be warned that the author may not have intended to support it.

Inherited Members

From RefCountedObject

_refCount
int _refCount;

count of references to this object from Ref

refCount
int refCount [@property getter]

returns current value of reference counter

addRef
void addRef()

increments reference counter

releaseRef
void releaseRef()

decrement reference counter, destroy object if no more references left

~this
~this()
Undocumented in source.

Meta