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

SecondaryInteractorConnection Class

Extends MonoBehaviour
Associates a primary interactor to this GameObject.

Properties

PrimaryInteractor : IInteractorView
[Get]
Signature
IInteractorView Oculus.Interaction.SecondaryInteractorConnection.PrimaryInteractor
SecondaryInteractor : IInteractorView
[Get]
Signature
IInteractorView Oculus.Interaction.SecondaryInteractorConnection.SecondaryInteractor

Protected Methods

Awake ()
Signature
virtual void Oculus.Interaction.SecondaryInteractorConnection.Awake()
Returns
void
Start ()
Signature
virtual void Oculus.Interaction.SecondaryInteractorConnection.Start()
Returns
void

Methods

InjectAllSecondaryInteractorConnection ( primaryInteractor , secondaryInteractor )
Signature
void Oculus.Interaction.SecondaryInteractorConnection.InjectAllSecondaryInteractorConnection(IInteractorView primaryInteractor, IInteractorView secondaryInteractor)
Parameters
primaryInteractor: IInteractorView
secondaryInteractor: IInteractorView
Returns
void
InjectPrimaryInteractor ( interactorView )
Signature
void Oculus.Interaction.SecondaryInteractorConnection.InjectPrimaryInteractor(IInteractorView interactorView)
Parameters
interactorView: IInteractorView
Returns
void
InjectSecondaryInteractorConnection ( interactorView )
Signature
void Oculus.Interaction.SecondaryInteractorConnection.InjectSecondaryInteractorConnection(IInteractorView interactorView)
Parameters
interactorView: IInteractorView
Returns
void