IPlacementModeService
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
Service interface for placement operations. Pure C# contract with no Godot dependencies.
Metadata
Namespace: GridPlacement.Core.Services
Source File: cs/Core/Services/IPlacementService.cs
Assembly: GridPlacement.Core
Type: interface
Methods
BeginPlacement
Begins placement mode with the specified placeable.
Parameters
| Name | Description |
|---|---|
placeableId | ID of the placeable to place. |
CancelPlacement
Cancels the current placement operation.