![]() |
Public API Reference |
#include <mapnode.h>
Inheritance diagram for iMapNode:
Public Methods | |
virtual iObject * | QueryObject ()=0 |
Get the iObject. More... | |
virtual void | SetPosition (const csVector3 &pos)=0 |
Set the position of the node. More... | |
virtual const csVector3 & | GetPosition () const=0 |
Get the position of the node. More... | |
virtual void | SetSector (iSector *pSector)=0 |
Set the sector of the node. More... | |
virtual iSector * | GetSector () const=0 |
Get the sector of the node. More... |
This is an iObject that is bound to a position and a sector in the world.
Definition at line 33 of file ivaria/mapnode.h.
|
Get the position of the node.
Implemented in csMapNode::MapNode. |
|
Get the sector of the node.
Implemented in csMapNode::MapNode. |
|
Get the iObject.
Implemented in csMapNode::MapNode. |
|
Set the position of the node.
Implemented in csMapNode::MapNode. |
|
Set the sector of the node.
Implemented in csMapNode::MapNode. |