TerrainLayerFlags

Description

[Flags]
enum Tinman.Engine.Components.TerrainLayerFlags

Enumeration of additional behaviour flags of a TerrainLayer.

Public / Constants

None

public constant None → (0:int32)

No terrain layer flags.

NoLighting

public constant NoLighting → (1:int32)

Render layer without lighting?

When this flag is present, TerrainLayer.Lighting will always return 0.

NoTextureZoom

public constant NoTextureZoom → (4:int32)

Render texture detail without taking into account the camera zoom-level?

See also

Camera.Zoom

DebugBatches

public constant DebugBatches → (2:int32)

Render highlights for generated terrain batches: TexturingBatch/ MultiBatch and ChunkingBatch?

All

public constant All → (7:int32)

All flags.