ITerrainFeatureLevels

Description

interface Tinman.Engine.Rendering.Effects.ITerrainFeatureLevels

Extended by

TerrainView sealed

Base interface for classes that provide information about the minimum, maximum and currently selected GPU feature level for terrain rendering.

Public / Attributes

Feature​Level


public attribute FeatureLevel → (get,set)

value : TerrainFeatureLevel

The feature level. Will be clamped to FeatureLevelMin and FeatureLevelMax.

The current GPU feature level to use for terrain rendering.

Feature​Level​Max


public attribute FeatureLevelMax → (get)

value : TerrainFeatureLevel

The maximum feature level (inclusive).

The maximum terrain feature level.

Feature​Level​Min


public attribute FeatureLevelMin → (get)

value : TerrainFeatureLevel

The minimum feature level (inclusive).

The minimum terrain feature level.