InputAction

InputAction

Represents an input action with associated data

Project: GridPlacement v6.0
Layer: Godot
Source: Godot/Core/Types/InputAction.cs
Namespace: GridBuilding.Core.Types
Kind: class

Parsing Method: AST-based (Roslyn) - NOT regex

⚠️ IMPORTANT: This documentation was generated using AST parsing, not regex.

Properties

ActionName

Name of the input action

IsPressed

Whether the action is currently pressed

IsJustPressed

Whether the action was just pressed this frame

IsJustReleased

Whether the action was just released this frame

Strength

Strength/value of the action (0.0 to 1.0)

Device

Input device that triggered this action

Timestamp

Timestamp when the action was triggered