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

    Delegate InputUpdateDelegate

    Delegate used by .

    Namespace: UnityEngine.InputSystem.LowLevel
    Syntax
    public delegate void InputUpdateDelegate(InputUpdateType updateType, ref InputEventBuffer eventBuffer);
    Parameters
    Type Name Description
    InputUpdateType updateType
    InputEventBuffer eventBuffer
    Back to top Copyright © 2019 Unity Technologies
    Generated by DocFX