![]() |
Public API Reference |
#include <mapnode.h>
Inheritance diagram for csMapNode::MapNode:
Public Methods | |
virtual iObject * | QueryObject () |
Get the iObject. More... | |
virtual void | SetPosition (const csVector3 &pos) |
Set the position of the node. More... | |
virtual const csVector3 & | GetPosition () const |
Get the position of the node. More... | |
virtual void | SetSector (iSector *sec) |
Set the sector of the node. More... | |
virtual iSector * | GetSector () const |
Get the sector of the node. More... |
Definition at line 56 of file cstool/mapnode.h.
|
Get the position of the node.
Implements iMapNode. Definition at line 63 of file cstool/mapnode.h. |
|
Get the sector of the node.
Implements iMapNode. Definition at line 67 of file cstool/mapnode.h. |
|
Get the iObject.
Implements iMapNode. Definition at line 59 of file cstool/mapnode.h. |
|
Set the position of the node.
Implements iMapNode. Definition at line 61 of file cstool/mapnode.h. |
|
Set the sector of the node.
Implements iMapNode. Definition at line 65 of file cstool/mapnode.h. |