enum MAGES::Interaction::Interactables::Grabbable::GrabMode

Overview

Defines how the Interactor (Hand) and the Grabbable should move until they are close enough to connect. More…

enum GrabMode
{
    GrabbableToInteractor,
    HandToGrabbable,
};

Detailed Documentation

Defines how the Interactor (Hand) and the Grabbable should move until they are close enough to connect.

Enum Values

GrabbableToInteractor

The grabbable moves to the interactor.

HandToGrabbable

The interactor moves to grabbable.

The interactor must be HandInteractor otherwise will fallback to the GrabbableToInteractor option.