enum MAGES::Interaction::MovementMode¶
Overview¶
Defines how the Rig will move. More…
enum MovementMode { LookAt, Horizontal, };
Detailed Documentation¶
Defines how the Rig will move.
Enum Values¶
LookAt
The rig will move along the camera forward axis.
Horizontal
The rig will move parallel to the ground, on the direction of the camera forward axis.