Constructor & Destructor Documentation
| DtVrfObjectNavInterface::DtVrfObjectNavInterface |
( |
| ) |
|
|
private |
| DtVrfObjectNavInterface::DtVrfObjectNavInterface |
( |
DtVrfObject * |
vrfObject | ) |
|
|
protected |
Use the create() method instead of calling the constructor.
| virtual DtVrfObjectNavInterface::~DtVrfObjectNavInterface |
( |
| ) |
|
|
pure virtual |
Member Function Documentation
| virtual bool DtVrfObjectNavInterface::ableToNavigate |
( |
| ) |
const |
|
virtual |
| virtual bool DtVrfObjectNavInterface::init |
( |
| ) |
|
|
protectedvirtual |
| virtual void DtVrfObjectNavInterface::postObjectInit |
( |
| ) |
|
|
inlinevirtual |
Perform additional initialization after the object has been initialized.
Default behavior is to do nothing, must be implemented in subclass.
Reimplemented in DtTagVolumeNavInterface.
| virtual void DtVrfObjectNavInterface::tick |
( |
| ) |
|
|
virtual |
| virtual void DtVrfObjectNavInterface::firstTick |
( |
| ) |
|
|
virtual |
| virtual void DtVrfObjectNavInterface::invokeNavAreaChangedCallbacks |
( |
| ) |
|
|
virtual |
| virtual void DtVrfObjectNavInterface::changingNavArea |
( |
DtNavArea * |
newNavArea | ) |
|
|
virtual |
| virtual bool DtVrfObjectNavInterface::isCollidableWhenDestroyed |
( |
| ) |
const |
|
protectedvirtual |
- Returns
- The value of the "collidable-when-destroyed" property from the navigation parameters in the object's parameter entry. This value defaults to true if not specified.
Member Data Documentation
| bool DtVrfObjectNavInterface::myFirstTick |
|
protected |
| DtNavArea* DtVrfObjectNavInterface::myCurrentNavArea |
|
protected |
The documentation for this class was generated from the following file: