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

1
public static class ManipulationPhaseExtensions

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

1
public static string ToDisplayString(this ManipulationPhase phase)

Converts ManipulationPhase to display string.


IsActivePhase

1
public static bool IsActivePhase(this ManipulationPhase phase)

Returns true if the phase is an active manipulation phase.


IsTerminalPhase

1
public static bool IsTerminalPhase(this ManipulationPhase phase)

Returns true if the phase is a terminal phase (completed or cancelled).


CanCancel

1
public static bool CanCancel(this ManipulationPhase phase)

Returns true if the phase can be cancelled.