API reference
API reference
Select your platform
No SDKs available
No versions available

IInteractorView Interface

IInteractorView defines the view for an object that can interact with other objects.

Properties

CandidateProperties : object
[Get]
Signature
object Oculus.Interaction.IInteractorView.CandidateProperties
Data : object
[Get]
Signature
object Oculus.Interaction.IInteractorView.Data
HasCandidate : bool
[Get]
Signature
bool Oculus.Interaction.IInteractorView.HasCandidate
HasInteractable : bool
[Get]
Signature
bool Oculus.Interaction.IInteractorView.HasInteractable
HasSelectedInteractable : bool
[Get]
Signature
bool Oculus.Interaction.IInteractorView.HasSelectedInteractable
Identifier : int
[Get]
Signature
int Oculus.Interaction.IInteractorView.Identifier
State : InteractorState
[Get]
Signature
InteractorState Oculus.Interaction.IInteractorView.State

Events

WhenPostprocessed : Action
Signature
Action Oculus.Interaction.IInteractorView.WhenPostprocessed
WhenPreprocessed : Action
Signature
Action Oculus.Interaction.IInteractorView.WhenPreprocessed
WhenProcessed : Action
Signature
Action Oculus.Interaction.IInteractorView.WhenProcessed
WhenStateChanged : Action< InteractorStateChangeArgs >
Signature
Action<InteractorStateChangeArgs> Oculus.Interaction.IInteractorView.WhenStateChanged