API reference

LocomotionTurnerInteractorEventsWrapper Class

Extends MonoBehaviour
Exposes UnityEvents wrapping a LocomotionTurnerInteractor component.
See the LocomotionTurnerInteractor documentation for more details on when these events are raised and what they represent.

Protected Fields

_started : bool
Signature
bool Oculus.Interaction.Locomotion.LocomotionTurnerInteractorEventsWrapper._started

Fields

WhenTurnDirectionLeft : UnityEvent
Raised when the Turner signals a turn to the left.
Signature
UnityEvent Oculus.Interaction.Locomotion.LocomotionTurnerInteractorEventsWrapper.WhenTurnDirectionLeft
WhenTurnDirectionRight : UnityEvent
Raised when the Turner signals a turn to the right.
Signature
UnityEvent Oculus.Interaction.Locomotion.LocomotionTurnerInteractorEventsWrapper.WhenTurnDirectionRight

Protected Methods

OnDisable ()
Signature
virtual void Oculus.Interaction.Locomotion.LocomotionTurnerInteractorEventsWrapper.OnDisable()
Returns
void
OnEnable ()
Signature
virtual void Oculus.Interaction.Locomotion.LocomotionTurnerInteractorEventsWrapper.OnEnable()
Returns
void
Start ()
Signature
virtual void Oculus.Interaction.Locomotion.LocomotionTurnerInteractorEventsWrapper.Start()
Returns
void

Methods

InjectAllLocomotionTurnerInteractorEventsWrapper ( turner )
Injects all required dependencies for a dynamically instantiated LocomotionTurnerInteractorEventsWrapper.
This method exists to support Interaction SDK's dependency injection pattern and is not needed for typical Unity Editor-based usage.
Signature
void Oculus.Interaction.Locomotion.LocomotionTurnerInteractorEventsWrapper.InjectAllLocomotionTurnerInteractorEventsWrapper(LocomotionTurnerInteractor turner)
Parameters
Returns
void
InjectTurner ( turner )
Sets the underlying LocomotionTurnerInteractor for a dynamically instantiated LocomotionTurnerInteractorEventsWrapper.
This method exists to support Interaction SDK's dependency injection pattern and is not needed for typical Unity Editor-based usage.
Signature
void Oculus.Interaction.Locomotion.LocomotionTurnerInteractorEventsWrapper.InjectTurner(LocomotionTurnerInteractor turner)
Parameters
Returns
void