PlantingChunk Description struct Tinman.Terrain.Meshing.PlantingChunk Contains spatial information about a planting chunk. Public / Attributes Bounds public readonly attribute Bounds → (Cuboid) The bounds of the chunk, in terrain-space. Distance public readonly attribute Distance → (RangeF) The value of PlantingOptions.Distance that was used when this planting batch was created. Instances public readonly attribute Instances → (int32) The number of planted geometry instances. Options public readonly attribute Options → (PlantingOptions) The PlantingOptions that have been used to create this planting chunk. Origin public readonly attribute Origin → (Vec3D) The origin of the chunk, in terrain-space. PlantingBatch PlantingOptions