Table of Contents

Class WorldGenerationContext

Namespace
TileWorld.Engine.World.Generation
Assembly
TileWorld.Engine.dll

Provides immutable world context to a generator while it resolves terrain and biome data.

public sealed class WorldGenerationContext
Inheritance
WorldGenerationContext
Inherited Members

Properties

ContentRegistry

Gets the content registry used to resolve biome-driven tile and wall definitions.

public required ContentRegistry ContentRegistry { get; init; }

Property Value

ContentRegistry

Metadata

Gets the persistent metadata associated with the world being generated.

public required WorldMetadata Metadata { get; init; }

Property Value

WorldMetadata