HBhvBehaviorManager.h

Types

HBhvTargetObject

HBhvBehaviorManager

HBhvCameraType

Fields

NoCamera

CameraTarget

CameraPosition

CameraTargetFree

CameraPositionFree

CameraPositionTarget

Detailed Description

Interface of the HBhvBehaviorManager class

Type Documentation

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.