Struct QueryEnabledStateCommand | Package Manager UI website
docs.unity.cn
    Show / Hide Table of Contents

    Struct QueryEnabledStateCommand

    Command to find out whether a device is currently enabled or not.

    Namespace: UnityEngine.InputSystem.LowLevel
    Syntax
    public struct QueryEnabledStateCommand : IInputDeviceCommandInfo

    Fields

    baseCommand

    Declaration
    public InputDeviceCommand baseCommand
    Field Value
    Type Description
    InputDeviceCommand

    isEnabled

    Declaration
    public bool isEnabled
    Field Value
    Type Description
    System.Boolean

    Properties

    Type

    Declaration
    public static FourCC Type { get; }
    Property Value
    Type Description
    FourCC

    Methods

    Create()

    Declaration
    public static QueryEnabledStateCommand Create()
    Returns
    Type Description
    QueryEnabledStateCommand

    GetTypeStatic()

    Declaration
    public FourCC GetTypeStatic()
    Returns
    Type Description
    FourCC
    Implements
    IInputDeviceCommandInfo.GetTypeStatic()
    Back to top Copyright © 2019 Unity Technologies
    Generated by DocFX