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