Table of Contents

Method GetMesh

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

GetMesh(Vector3Int)

Get direct reference to a chunk's mesh.

public Mesh GetMesh(Vector3Int key)

Parameters

key Vector3Int

The key for mesh query, where XY is the index of that chunk, Z is LOD index.

Returns

Mesh

The surface mesh.