docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Enum InputControlExtensions.Enumerate

    Flags that control which controls are returned by EnumerateControls(InputEventPtr, Enumerate, InputDevice, float).

    Namespace: UnityEngine.InputSystem
    Assembly: Unity.InputSystem.dll
    Syntax
    [Flags]
    public enum InputControlExtensions.Enumerate

    Fields

    Name Description
    IgnoreControlsInCurrentState

    Ignore controls whose value is the same as their current value (see ReadValue()).

    IgnoreControlsInDefaultState

    Ignore controls whose value is at default (see ReadDefaultValue()).

    IncludeNoisyControls

    Include noisy controls (see noisy). These are excluded by default.

    IncludeNonLeafControls

    For any leaf control returned by the enumeration, also return all the parent controls (see parent) in turn (but not the root InputDevice itself).

    IncludeSyntheticControls

    Include controls that are synthetic and/or use state from other other controls (see useStateFrom). These are excluded by default.

    In This Article
    Back to top
    Copyright © 2024 Unity Technologies — Trademarks and terms of use
    • Legal
    • Privacy Policy
    • Cookie Policy
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)