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

1
public interface IPlacementModeService

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

1
void BeginPlacement(string placeableId)

Begins placement mode with the specified placeable.

Parameters

NameDescription
placeableIdID of the placeable to place.

CancelPlacement

1
void CancelPlacement()

Cancels the current placement operation.