![]() |
VR-Forces 5.0.1 Developer's Guide
|

Public Member Functions | |
| DtLocalObjectDecorator (DtLocalObject *) | |
| virtual | ~DtLocalObjectDecorator () |
| virtual void | tick () |
Public Member Functions inherited from DtDecoratorBase | |
| DtDecoratorBase () | |
| virtual | ~DtDecoratorBase () |
Protected Attributes | |
| DtLocalObject * | myLocalObject |
Additional Inherited Members | |
Public Attributes inherited from DtDecoratorBase | |
| boost::signals2::signal< void()> | signal_decoratorDeleted |
| DtLocalObjectDecorator::DtLocalObjectDecorator | ( | DtLocalObject * | ) |
|
virtual |
|
virtual |
Override to perform a tick durning advance frame.
Reimplemented in DtNavigationLocalObjectDecorator, DtRangeItemLocalObjectDecorator, and DtHumanLocalObjectDecorator.
|
protected |