|
WSF
|
Defines a platform's behavior. More...
#include <WsfVisualization.hpp>

Public Member Functions | |
| Behavior () | |
Public Attributes | |
| WsfPlatform * | mPlatformPtr |
| The platform the behavior is describing. | |
| int | mBehaviorType |
| Enumeration of the behavior. This is visualization specific. | |
| float | mAnimationOffsetTime |
| Offsets the starting frame of the animation. | |
| float | mAnimationSpeed |
| Multiplier of animation speed. 1.0 is normal speed. | |
Defines a platform's behavior.
| WsfVisualization::Behavior::Behavior | ( | ) |
References mAnimationOffsetTime, mAnimationSpeed, mBehaviorType, and mPlatformPtr.
| float WsfVisualization::Behavior::mAnimationOffsetTime |
Offsets the starting frame of the animation.
Referenced by Behavior(), WsfDisVisualization::BehaviorChange(), and UT_DEFINE_SCRIPT_METHOD().
| float WsfVisualization::Behavior::mAnimationSpeed |
Multiplier of animation speed. 1.0 is normal speed.
Referenced by Behavior(), WsfDisVisualization::BehaviorChange(), and UT_DEFINE_SCRIPT_METHOD().
| int WsfVisualization::Behavior::mBehaviorType |
Enumeration of the behavior. This is visualization specific.
Referenced by Behavior(), WsfDisVisualization::BehaviorChange(), and UT_DEFINE_SCRIPT_METHOD().
| WsfPlatform* WsfVisualization::Behavior::mPlatformPtr |
The platform the behavior is describing.
Referenced by Behavior(), WsfDisVisualization::BehaviorChange(), WsfVisualization::SetBehavior(), and UT_DEFINE_SCRIPT_METHOD().