API reference

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