Object3D

Represents an object that can be drawn on a 3D space.

Constructors

this
this(Display display)

Members

Functions

position
const(Position) position()

Get the current position of the object.

visualPosition
const(Position) visualPosition()

Get the current visual position of the object.

Mixin templates

Implement
mixintemplate Implement()

Add a basic implementation for the position as a property, includes a setter.

ImplementConst
mixintemplate ImplementConst()

Implement the position as a const property. _position and _visualPosition must be set in constructor.

Variables

display
Display display;

Display this object is connected to.

Meta