TerrainViewFlags

Description

[Flags]
enum Tinman.Engine.Components.TerrainViewFlags

Enumeration of additional behaviour flags of a TerrainView.

Public / Constants

None

public constant None → (0:int32)

No terrain view flags.

ShowDecals

public constant ShowDecals → (1:int32)

Show terrain decal textures?

ShowMaterialGrid

public constant ShowMaterialGrid → (16384:int32)

Show grid-lines of material space?

ShowModel

public constant ShowModel → (2:int32)

Show terrain models?

ShowModelBounds

public constant ShowModelBounds → (4:int32)

Show bounding boxes of terrain models?

ShowPlanted

public constant ShowPlanted → (8:int32)

Show planted geometry?

ShowPlantedBounds

public constant ShowPlantedBounds → (16:int32)

Show bounding boxes of planted geometry?

ShowShadowCascade

public constant ShowShadowCascade → (32:int32)

Show bounds of shadow cascades?

ShowWireframe

public constant ShowWireframe → (64:int32)

Show wireframe of entire terrain mesh triangulation?

NoConeCulling

public constant NoConeCulling → (128:int32)

Do not perform cone culling?

NoDistanceCulling

public constant NoDistanceCulling → (256:int32)

Do not perform distance culling?

NoFrustumCulling

public constant NoFrustumCulling → (512:int32)

Do not perform frustum culling?

NoFrustumUpdate

public constant NoFrustumUpdate → (1024:int32)

Lock view frustum?

NoHorizonCulling

public constant NoHorizonCulling → (2048:int32)

Do not perform horizon culling?

NoLighting

public constant NoLighting → (4096:int32)

Do not perform lighting?

All

public constant All → (24575:int32)

All flags.