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 : 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
    Back to top Copyright © 2020 Unity Technologies
    Generated by DocFX
    on Wednesday, October 27, 2021