PlaceableCatalog
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
Default implementation of IPlaceableCatalog. Manages a collection of placeables and sequences. Pure C# with no Godot dependencies.
Metadata
Namespace: GridPlacement.Core.Catalog
Source File: cs/Core/Catalog/PlaceableCatalog.cs
Assembly: GridPlacement.Core
Type: class
Implements
IPlaceableCatalog
Properties
Count
Gets the number of entries in the catalog.
SequenceCount
Gets the number of sequences in the catalog.
Methods
GetAll
GetByCategory
TryGet
GetSequence
Add
Remove
AddSequence
Clear
Clears all entries and sequences.