|
OpenSceneGraph
3.0.1
|
Callback used to run new action on the timeline. More...

Public Member Functions | |
| RunAction (Action *a, int priority=0) | |
| virtual void | operator() (Action *action, ActionVisitor *visitor) |
| Action * | getAction () const |
| int | getPriority () const |
Protected Attributes | |
| osg::ref_ptr< Action > | _action |
| int | _priority |
Callback used to run new action on the timeline.
| osgAnimation::RunAction::RunAction | ( | Action * | a, |
| int | priority = 0 |
||
| ) | [inline] |
| Action* osgAnimation::RunAction::getAction | ( | ) | const [inline] |
| int osgAnimation::RunAction::getPriority | ( | ) | const [inline] |
| virtual void osgAnimation::RunAction::operator() | ( | Action * | action, |
| ActionVisitor * | visitor | ||
| ) | [virtual] |
Reimplemented from osgAnimation::Action::Callback.
osg::ref_ptr<Action> osgAnimation::RunAction::_action [protected] |
int osgAnimation::RunAction::_priority [protected] |
| Generated at Thu Sep 27 2012 17:03:07 for the OpenSceneGraph by doxygen 1.7.6.1. |