Table of Contents

Struct ChunkGenerationResult

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

Captures the terrain payload generated for a chunk coordinate.

public readonly record struct ChunkGenerationResult : IEquatable<ChunkGenerationResult>
Implements
Inherited Members

Constructors

ChunkGenerationResult(Chunk)

Captures the terrain payload generated for a chunk coordinate.

public ChunkGenerationResult(Chunk Chunk)

Parameters

Chunk Chunk

The generated chunk instance.

Properties

Chunk

The generated chunk instance.

public Chunk Chunk { get; init; }

Property Value

Chunk