ManipulationPhaseExtensions
ManipulationPhaseExtensions
Extension methods for ManipulationPhase enum.
Project: GridPlacement v6.0
Layer: Godot
Source: Godot/Core/Types/ManipulationPhase.cs
Namespace: GridBuilding.Core.Types
Kind: class
Parsing Method: AST-based (Roslyn) - NOT regex
⚠️ IMPORTANT: This documentation was generated using AST parsing, not regex.
Methods
ToDisplayString
Converts ManipulationPhase to display string.
Returns: string
Parameters:
ManipulationPhase phase
IsActivePhase
Returns true if the phase is an active manipulation phase.
Returns: bool
Parameters:
ManipulationPhase phase
IsTerminalPhase
Returns true if the phase is a terminal phase (completed or cancelled).
Returns: bool
Parameters:
ManipulationPhase phase
CanCancel
Returns true if the phase can be cancelled.
Returns: bool
Parameters:
ManipulationPhase phase