docs.unity3d.com
    目次を表示する/隠す

    Enum InputControlExtensions.Enumerate

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

    Namespace: UnityEngine.InputSystem
    Syntax
    [Flags]
    public enum Enumerate

    Fields

    Name Description Value
    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.

    トップに戻る
    Copyright © 2023 Unity Technologies — 商標と利用規約
    • 法律関連
    • プライバシーポリシー
    • クッキー
    • 私の個人情報を販売または共有しない
    • Your Privacy Choices (Cookie Settings)