#include <autotrigger.h>

Public Member Functions | |
| AutoTrigger (const std::string &name="AutoTrigger") | |
| Trigger * | GetTrigger () |
| Non-const getter for the internal Trigger that this AutoTrigger holds. | |
| const Trigger * | GetTrigger () const |
| Const getter for the internal Trigger that this AutoTrigger holds. | |
| void | SetTimeDelay (float delay) |
| float | GetTimeDelay () const |
| osg::Node * | GetOSGNode () |
| Get the internal node. | |
| const osg::Node * | GetOSGNode () const |
Protected Member Functions | |
| virtual | ~AutoTrigger () |
| dtABC::AutoTrigger::AutoTrigger | ( | const std::string & | name = "AutoTrigger" |
) |
| virtual dtABC::AutoTrigger::~AutoTrigger | ( | ) | [inline, protected, virtual] |
| Trigger* dtABC::AutoTrigger::GetTrigger | ( | ) | [inline] |
Non-const getter for the internal Trigger that this AutoTrigger holds.
Use this to set the Action on the internal trigger.
| const Trigger* dtABC::AutoTrigger::GetTrigger | ( | ) | const [inline] |
Const getter for the internal Trigger that this AutoTrigger holds.
Use this to query the Action on the internal trigger.
| void dtABC::AutoTrigger::SetTimeDelay | ( | float | delay | ) | [inline] |
| float dtABC::AutoTrigger::GetTimeDelay | ( | ) | const [inline] |
| osg::Node* dtABC::AutoTrigger::GetOSGNode | ( | ) | [inline, virtual] |
Get the internal node.
Returns this object's OpenSceneGraph node.
Implements dtCore::DeltaDrawable.
| const osg::Node* dtABC::AutoTrigger::GetOSGNode | ( | ) | const [inline, virtual] |
Implements dtCore::DeltaDrawable.