Object3D.ImplementConst

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

Members

Functions

offset
const(Position) offset(Position value)

Set an offset for the visual position.

position
const(Position) position()
Undocumented in source. Be warned that the author may not have intended to support it.
resetOffset
void resetOffset()

Reset the offset

visualPosition
const(Position) visualPosition()

Get the position the cell is displayed on.

Meta