PlaceableCatalogBootstrap

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 static class PlaceableCatalogBootstrap

Summary

Helper to seed a IPlaceableCatalog with a minimal set of default entries. This is primarily for demos and quick-start scenarios; production games are expected to provide their own catalog population.

Metadata

Namespace: GridPlacement.Core.Catalog

Source File: cs/Core/Catalog/PlaceableCatalogBootstrap.cs

Assembly: GridPlacement.Core

Type: class

Methods

SeedDefaults

1
public static void SeedDefaults(IPlaceableCatalog catalog)

Seeds the provided catalog with a minimal set of default placeables.

Parameters

NameDescription
catalogThe catalog to seed.