Event beforeStepLocomotion
Calls the methods in its invocation list just before the XRBodyTransformer applies this provider's transformation(s). This is invoked at most once per frame while locomotionState is Moving, and only if the provider has queued at least one transformation.
Namespace: UnityEngine.XR.Interaction.Toolkit
Assembly: solution.dll
Syntax
public event Action<LocomotionProvider> beforeStepLocomotion
Returns
| Type | Description |
|---|---|
| Action<LocomotionProvider> |
Remarks
This is invoked before the XRBodyTransformer applies the transformations from other providers as well.