15#ifndef OSGANIMATION_ACTION_ANIMATION_H
16#define OSGANIMATION_ACTION_ANIMATION_H
The osgAnimation library provides general purpose utility classes for animation.
Definition Action:34
Copy Op(erator) used to control whether shallow or deep copy is used during copy construction and clo...
Definition CopyOp:41
Smart pointer for handling referenced counted objects.
Definition ref_ptr:32
META_Action(osgAnimation, ActionAnimation)
void updateAnimation(unsigned int frame, int priority)
osg::ref_ptr< Animation > _animation
Definition ActionAnimation:36
Animation * getAnimation()
Definition ActionAnimation:33
ActionAnimation(const ActionAnimation &a, const osg::CopyOp &c)
ActionAnimation(Animation *animation)
#define OSGANIMATION_EXPORT
Definition Export:40