_started
: bool |
Signature
bool Oculus.Interaction.Locomotion.LocomotionTurnerInteractorEventsWrapper._started |
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 |
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 |
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 turner: LocomotionTurnerInteractorReturns 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 turner: LocomotionTurnerInteractorReturns void |