C# Class Axiom.Components.Terrain.TerrainLayerSamplerElement

Information about one element of a sampler / texture within a layer.
Afficher le fichier Open project: WolfgangSt/axiom Class Usage Examples

Méthodes publiques

Свойство Type Description
ElementCount byte
ElementStart byte
Semantic TerrainLayerSamplerSemantic
Source byte

Méthodes publiques

Méthode Description
TerrainLayerSamplerElement ( byte src, TerrainLayerSamplerSemantic sem, byte elemStart, byte elemCount ) : System

operator ( ) : bool

Method Details

TerrainLayerSamplerElement() public méthode

public TerrainLayerSamplerElement ( byte src, TerrainLayerSamplerSemantic sem, byte elemStart, byte elemCount ) : System
src byte
sem TerrainLayerSamplerSemantic
elemStart byte
elemCount byte
Résultat System

operator() public static méthode

public static operator ( ) : bool
Résultat bool

Property Details

ElementCount public_oe property

The number of colour elements this semantic uses (usually standard per semantic)
public byte ElementCount
Résultat byte

ElementStart public_oe property

The colour element at which this element starts
public byte ElementStart
Résultat byte

Semantic public_oe property

The semantic this element represents
public TerrainLayerSamplerSemantic Semantic
Résultat TerrainLayerSamplerSemantic

Source public_oe property

The source sampler index of this element relative to LayerDeclaration's list
public byte Source
Résultat byte