EffectType

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 enum EffectType

Metadata

Namespace: GridPlacement.Core.Services.Presentation

Source File: cs/Core/Services/Presentation/EffectType.cs

Assembly: GridPlacement.Core

Type: enum

Enum Values

EnsurePreviewExists

1
EnsurePreviewExists = 0

UpdatePreview

1
UpdatePreview = 1

ClearPreview

1
ClearPreview = 2

ShowIndicator

1
ShowIndicator = 3

ClearIndicator

1
ClearIndicator = 4

PlayFeedback

1
PlayFeedback = 5

CommitPlacement

1
CommitPlacement = 6

CancelPlacement

1
CancelPlacement = 7

StartManipulation

1
StartManipulation = 8

UpdateManipulation

1
UpdateManipulation = 9

CommitManipulation

1
CommitManipulation = 10

CancelManipulation

1
CancelManipulation = 11