Search Results for

    Show / Hide Table of Contents

    Class InputActionState

    The input action event phases.

    Inheritance
    System.Object
    InputActionState
    Namespace: FlaxEngine
    Assembly: FlaxEngine.CSharp.dll
    Syntax
    [Unmanaged]
    public sealed class InputActionState : Enum

    Fields

    None

    The key/button is not assigned.

    Declaration
    public const InputActionState None
    Field Value
    InputActionState

    Press

    User pressed the key/button (but wasn't pressing it in the previous frame).

    Declaration
    public const InputActionState Press
    Field Value
    InputActionState

    Pressing

    User is pressing the key/button.

    Declaration
    public const InputActionState Pressing
    Field Value
    InputActionState

    Release

    User released the key/button (was pressing it in the previous frame).

    Declaration
    public const InputActionState Release
    Field Value
    InputActionState

    value__

    Declaration
    public int value__
    Field Value
    System.Int32

    Waiting

    The key/button is waiting for input.

    Declaration
    public const InputActionState Waiting
    Field Value
    InputActionState

    Extension Methods

    Extensions.ReflectiveCompare<T>(T, T)
    Extensions.RawClone<T>(T)
    In This Article
    Back to top Copyright © 2012-2024 Wojciech Figat