Method TryStartLocomotionImmediately
TryStartLocomotionImmediately()
Attempts to transition this provider into the Moving state. This succeeds if locomotionState was not already Moving when this was called.
Declaration
protected bool TryStartLocomotionImmediately()
Returns
| Type | Description |
|---|---|
| bool | Returns true if locomotionState was not already Moving when this was called, false otherwise. |
Remarks
This method bypasses the check for canStartMoving. After this provider enters the Moving state, it will invoke locomotionStarted and gain access to the XRBodyTransformer.