- mEntity
Entity mEntity;
The entity whose components are included in the node.
- mPrevious
Node mPrevious;
Used by the NodeList class. The previous node in a node list.
- mNext
Node mNext;
Used by the NodeList class. The next node in a node list.
- 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.