Skip to content

TmjLayer.Chunks Property

Definition

Namespace: Brine2D.Tilemap

Present \(non\-null\) when the map was saved in Tiled's infinite/chunk mode. Chunk data is not parsed; its presence is used to throw a clear error.

C#
public System.Nullable<System.Text.Json.JsonElement> Chunks { get; set; }

Property Value

System.Nullable<System.Text.Json.JsonElement>