Table of Contents

Delegate GenTerraPostProcessHost.ChunkPostProcessHook

Namespace
WorldgenLib
Assembly
WorldgenLib.VintageStory.dll

Hook delegate for opting a chunk out of post-processing.

public delegate bool GenTerraPostProcessHost.ChunkPostProcessHook(int chunkX, int chunkZ)

Parameters

chunkX int
Hook delegate for opting a chunk out of post-processing.
chunkZ int
Hook delegate for opting a chunk out of post-processing.

Returns

bool
Hook delegate for opting a chunk out of post-processing.