Table of Contents

Enum GTerrainData.DirtyFlags

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

A flag indicating what has been modified in this terrain data. There can be more than 1 bit enabled in a single enum object, you should use Enum.HasFlag() to check for all possible case.

[Flags]
public enum GTerrainData.DirtyFlags : byte