Enum InputUpdateType | Input System | 1.0.2
docs.unity3d.com
    Show / Hide Table of Contents

    Enum InputUpdateType

    Enum of different player loop positions where the input system can invoke it's update mechanism.

    Namespace: UnityEngine.InputSystem.LowLevel
    Syntax
    [Flags]
    public enum InputUpdateType

    Fields

    Name Description Value
    None 0
    Dynamic

    Update corresponding to .

    1
    Fixed

    Update corresponding to .

    2
    BeforeRender

    Input update that happens right before rendering.

    4
    Editor

    Input update that happens right before EditorWindows are updated.

    8
    Default 11
    Manual 16
    Back to top
    Copyright © 2023 Unity Technologies — Terms of use
    • Legal
    • Privacy Policy
    • Cookies
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)
    "Unity", Unity logos, and other Unity trademarks are trademarks or registered trademarks of Unity Technologies or its affiliates in the U.S. and elsewhere (more info here). Other names or brands are trademarks of their respective owners.
    Generated by DocFX on 18 October 2023