Enum InputActionChange | Package Manager UI website
docs.unity.cn
    Show / Hide Table of Contents

    Enum InputActionChange

    Indicates what type of change related to an InputAction occurred.

    Namespace: UnityEngine.Experimental.Input
    Syntax
    public enum InputActionChange

    Fields

    Name Description
    ActionDisabled

    An individual action was disabled.

    ActionEnabled

    An individual action was enabled.

    ActionMapDisabled

    An InputActionMap was disabled.

    ActionMapEnabled

    An InputActionMap was enabled.

    ActionTriggered

    An InputAction was Started, Performed or Cancelled.

    BoundControlsHaveChangedWhileEnabled

    An action had its set of bound controls change while the action was enabled.

    Back to top Copyright © 2015-2018 Unity
    Generated by DocFX