Manages interaction capabilities of a VR controller or a similar input device.
The Interactor class enables an entity to grip or interact with objects that implement the Interactable interface.
Interactor
Properties
Static
InteractorInput
Current interactable handled by this interactor. If no interaction is ongoing, this getter returns null.
null
Check for nearby interactable, and notifies one if this interactor interacts with it.
Set the collision component needed to perform grab interaction
This instance, for chaining
Force this interactor to start interacting with the given interactable.
The interactable to process.
Force this interactor to stop interacting with the currently bound interactable.
Manages interaction capabilities of a VR controller or a similar input device.
The
Interactorclass enables an entity to grip or interact with objects that implement the Interactable interface.