HBhvBehaviorManager.h
Interface of the HBhvBehaviorManager class
Content
Classes
The HBhvTargetObject class encapsulates various target types for animations and sensors. |
|
The HBhvBehaviorManager class stores and manages all animation related data. |
Enumerators
Enumerators
-
enum HBhvCameraType
Camera Type of target object
Values:
-
enumerator NoCamera
There is no camera animation.
-
enumerator CameraTarget
Animation is target driven. The position location is derived from the target location.
-
enumerator CameraPosition
Animation is position driven. The target location is derived from the position location.
-
enumerator CameraTargetFree
The camera target is independently defined but works in conjunction with CameraPositionFree.
-
enumerator CameraPositionFree
The camera position is independently defined but works in conjunction with CameraTargetFree.
-
enumerator CameraPositionTarget
Animation keyframe defines the camera target and position.
-
enumerator NoCamera