docs.unity.cn
    Show / Hide Table of Contents

    Delegate InputDeviceExecuteCommandDelegate

    Delegate for executing InputDeviceCommands inside onFindLayoutForDevice.

    Namespace: UnityEngine.InputSystem.LowLevel
    Syntax
    public delegate long InputDeviceExecuteCommandDelegate(ref InputDeviceCommand command);
    Parameters
    Type Name Description
    InputDeviceCommand command

    Command to execute.

    Returns
    Type Description
    Int64

    See Also

    onFindLayoutForDevice
    InputDeviceFindControlLayoutDelegate
    Back to top Copyright © 2023 Unity Technologies — Terms of use
    Generated by DocFX
    on Monday, July 17, 2023