PlaceableEntry
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
Represents a single placeable item exposed through IPlaceableCatalog and PlaceableSequence. This is a pure C# data type with no engine dependencies.
Parameters
| Name | Description |
|---|---|
Id | Stable unique identifier for this placeable. |
Category | Category used for filtering (for example, “buildings” or “decorations”). |
DisplayName | Human-readable name shown in UI and tooling. |
Metadata
Namespace: GridPlacement.Core.Catalog
Source File: cs/Core/Catalog/PlaceableEntry.cs
Assembly: GridPlacement.Core
Type: record
Implements
IEquatable<PlaceableEntry>
Constructors
PlaceableEntry
Represents a single placeable item exposed through IPlaceableCatalog and PlaceableSequence. This is a pure C# data type with no engine dependencies.
Parameters
| Name | Description |
|---|---|
Id | Stable unique identifier for this placeable. |
Category | Category used for filtering (for example, “buildings” or “decorations”). |
DisplayName | Human-readable name shown in UI and tooling. |
Properties
Category
DisplayName
Id
IconPath
Optional icon path or resource identifier for UI rendering.
Description
Optional description for tooltips.
Metadata
Optional metadata dictionary for custom properties.