Node

Undocumented in source.

Members

Properties

entity
Entity entity [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
entity
Entity entity [@property setter]
Undocumented in source. Be warned that the author may not have intended to support it.
next
Node next [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
next
Node next [@property setter]
Undocumented in source. Be warned that the author may not have intended to support it.
previous
Node previous [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
previous
Node previous [@property setter]
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

mEntity
Entity mEntity;

The entity whose components are included in the node.

mNext
Node mNext;

Used by the NodeList class. The next node in a node list.

mPrevious
Node mPrevious;

Used by the NodeList class. The previous node in a node list.

Meta