docs.unity.cn
    Show / Hide Table of Contents

    Enum OpenXRInput.InputSourceNameFlags

    Flags used to indicate which parts of the the input source name is being requested from TryGetInputSourceName(InputAction, Int32, out String, OpenXRInput.InputSourceNameFlags, InputDevice)

    Namespace: UnityEngine.XR.OpenXR.Input
    Syntax
    [Flags]
    public enum InputSourceNameFlags

    Fields

    Name Description Value
    UserPath

    Request the localized name of the user path as part of the input source name


    1
    InteractionProfile

    Request the localized name of the interaction profile as part of the input source name


    2
    Component

    Request the localized name of the component as part of the input source name


    4
    All

    Request all components


    7
    Back to top Copyright © 2023 Unity Technologies — Terms of use
    Generated by DocFX
    on Tuesday, June 13, 2023