Enum RequestResult
The result of a locomotion request.
Namespace: UnityEngine.XR.Interaction.Toolkit
Assembly: Unity.XR.Interaction.Toolkit.dll
Syntax
public enum RequestResult
Fields
Name | Description |
---|---|
Busy | The locomotion request failed due to the system being currently busy. |
Error | The locomotion request failed due to an unknown error. |
Success | The locomotion request was successful. |