PlaceableContentSnapshot
Immutable-ish snapshot of placeable selection content suitable for UI rendering.
Project: GridPlacement v6.0
Layer: Core
Source: plugins/gameplay/GridPlacement/cs/Core/Services/Content/PlaceableContentProvider.cs
Namespace: GridPlacement.Core.Services.Content
Kind: record
Parsing Method: AST-based (Roslyn) - NOT regex
⚠️ IMPORTANT: This documentation was generated using AST parsing, not regex.
Methods
GetPlaceablesForCategory
Returns all placeables matching the provided category (case-insensitive).
Returns: IReadOnlyList<PlaceableEntry>
Parameters:
string category
GetSequencesForCategory
Returns all sequences matching the provided category (case-insensitive).
Returns: IReadOnlyList<PlaceableSequence>
Parameters:
string category