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

ILocomotionEventHandler Interface

Events

WhenLocomotionEventHandled : Action< LocomotionEvent, Pose >
Signature
Action<LocomotionEvent, Pose> Oculus.Interaction.Locomotion.ILocomotionEventHandler.WhenLocomotionEventHandled

Methods

HandleLocomotionEvent ( locomotionEvent )
Signature
void Oculus.Interaction.Locomotion.ILocomotionEventHandler.HandleLocomotionEvent(LocomotionEvent locomotionEvent)
Parameters
locomotionEvent: LocomotionEvent
Returns
void