API reference

IInteractable Interface

An object that can be interacted with, an IInteractable can, in addition to an IInteractableView, be enabled or disabled.

Properties

MaxInteractors : new int
[Get][Set]
Signature
new int Oculus.Interaction.IInteractable.MaxInteractors
MaxSelectingInteractors : new int
[Get][Set]
Signature
new int Oculus.Interaction.IInteractable.MaxSelectingInteractors

Methods

Disable ()
Signature
void Oculus.Interaction.IInteractable.Disable()
Returns
void
Enable ()
Signature
void Oculus.Interaction.IInteractable.Enable()
Returns
void
RemoveInteractorByIdentifier ( id )
Signature
void Oculus.Interaction.IInteractable.RemoveInteractorByIdentifier(int id)
Parameters
id: int
Returns
void