TerrainDecalFlags

Description

[Flags]
enum Tinman.Engine.Components.TerrainDecalFlags

Enumeration of flags for terrain decals.

See also

TerrainDecal

Public / Constants

None

public constant None → (0:int32)

No flags, which is the standard behaviour for terrain decals.

Lighting

public constant Lighting → (1:int32)

Enable lighting for the terrain decal, based on per-vertex normal vectors?

When using per-vertex normal vectors, the ScreenVisibleCheck.LightScale setting should be tweaked if necessary, to produce good results.

All

public constant All → (1:int32)

All flags.