ManipulationPhaseExtensions
AUTO-GENERATED FILE – DO NOT EDIT MANUALLY
This page documents the supported public API surface only. Private, internal, benchmark, test, and implementation-detail types are intentionally omitted.
Declaration
Summary
Extension methods for ManipulationPhase enum.
Metadata
Namespace: GridPlacement.Core.Types
Source File: cs/Core/Types/ManipulationPhase.cs
Assembly: GridPlacement.Core
Type: class
Methods
ToDisplayString
Converts ManipulationPhase to display string.
IsActivePhase
Returns true if the phase is an active manipulation phase.
IsTerminalPhase
Returns true if the phase is a terminal phase (completed or cancelled).
CanCancel
Returns true if the phase can be cancelled.