Delegate InputDeviceFindControlLayoutDelegate | Package Manager UI website
docs.unity.cn
    Show / Hide Table of Contents

    Delegate InputDeviceFindControlLayoutDelegate

    Delegate used by onFindLayoutForDevice and .

    Namespace: UnityEngine.InputSystem.Layouts
    Syntax
    public delegate string InputDeviceFindControlLayoutDelegate(int deviceId, ref InputDeviceDescription description, string matchedLayout, IInputRuntime runtime);
    Parameters
    Type Name Description
    System.Int32 deviceId
    InputDeviceDescription description
    System.String matchedLayout
    IInputRuntime runtime
    Returns
    Type Description
    System.String
    Back to top Copyright © 2019 Unity Technologies
    Generated by DocFX