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, InputSystem.InputDevice)

    Namespace: UnityEngine.XR.OpenXR.Input
    Syntax
    public enum InputSourceNameFlags : int

    Fields

    Name Description Value
    All

    Request all components

    Component

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

    InteractionProfile

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

    UserPath

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

    Back to top Copyright © 2021 Unity Technologies
    Generated by DocFX
    on Thursday, December 2, 2021
    Terms of use