Table of Contents

Method GetChunks

Namespace
Pinwheel.Griffin
Assembly
Pinwheel.Polaris.Runtime.dll

GetChunks()

Get all the children chunks of this terrain. Chunks are just smaller unit of a terrain containing surface mesh, renderer and collider that render one small part of the terrain.

public GTerrainChunk[] GetChunks()

Returns

GTerrainChunk[]

Array of children chunks.