C# Class Axiom.Components.Terrain.TerrainLayerDeclaration

The definition of the information each layer will contain in this terrain. All layers must contain the same structure of information, although the input textures can be different per layer instance.
Show file Open project: WolfgangSt/axiom Class Usage Examples

Public Properties

Property Type Description
Elements List
Samplers List

Public Methods

Method Description
operator ( ) : bool

Method Details

operator() public static method

public static operator ( ) : bool
return bool

Property Details

Elements public property

public List Elements
return List

Samplers public property

public List Samplers
return List