ManipulationActionExtensions

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 ManipulationActionExtensions

Summary

Extension methods for ManipulationAction enum.

Metadata

Namespace: GridPlacement.Core.Types

Source File: cs/Core/Types/ManipulationAction.cs

Assembly: GridPlacement.Core

Type: class

Methods

ToDisplayString

1
public static string ToDisplayString(this ManipulationAction action)

Converts ManipulationAction to display string.


IsTransformAction

1
public static bool IsTransformAction(this ManipulationAction action)

Returns true if this action modifies an existing object (vs creating/destroying).


IsCreationAction

1
public static bool IsCreationAction(this ManipulationAction action)

Returns true if this action creates a new object.


IsDestructionAction

1
public static bool IsDestructionAction(this ManipulationAction action)

Returns true if this action removes an object.