docs.unity.cn
    Show / Hide Table of Contents

    Enum RequestResult

    The result of a locomotion request.

    Namespace: UnityEngine.XR.Interaction.Toolkit
    Syntax
    public enum RequestResult

    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
    See Also
    RequestExclusiveOperation(LocomotionProvider)
    FinishExclusiveOperation(LocomotionProvider)
    Back to top Copyright © 2023 Unity Technologies — Terms of use
    Generated by DocFX
    on Tuesday, July 18, 2023