enum MAGES::Interaction::Interactables::Grabbable::GrabMovementMode¶
Overview¶
The physics mode with which the grabbable will be moved. More…
enum GrabMovementMode { VelocityChange, FixedJoint, };
Detailed Documentation¶
The physics mode with which the grabbable will be moved.
Enum Values¶
VelocityChange
Use velocities to change the position of the grabbable.
FixedJoint
Use fixed joints to connect the grabbable to the interactor.