OSG  3.4.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Member Functions | Public Attributes | List of all members
osgAnimation::Timeline::Command Struct Reference

#include <Timeline.h>

Public Member Functions

 Command ()
 
 Command (int priority, const FrameAction &action)
 

Public Attributes

int _priority
 
FrameAction _action
 

Detailed Description

Definition at line 101 of file Timeline.h.

Constructor & Destructor Documentation

osgAnimation::Timeline::Command::Command ( )
inline

Definition at line 103 of file Timeline.h.

osgAnimation::Timeline::Command::Command ( int  priority,
const FrameAction action 
)
inline

Definition at line 104 of file Timeline.h.

Member Data Documentation

FrameAction osgAnimation::Timeline::Command::_action

Definition at line 106 of file Timeline.h.

int osgAnimation::Timeline::Command::_priority

Definition at line 105 of file Timeline.h.


The documentation for this struct was generated from the following file: