C# Class Axiom.RenderSystems.Xna.XnaTextureStageDescription

Structure holding texture unit settings for every stage
Afficher le fichier Open project: WolfgangSt/axiom

Méthodes publiques

Свойство Type Description
Enabled bool
autoTexCoordType TexCoordCalcMethod
coordIndex int
frustum Axiom.Core.Frustum
layerBlendMode Axiom.Graphics.LayerBlendModeEx
tex Microsoft.Xna.Framework.Graphics.Texture
texType TextureType

Property Details

Enabled public_oe property

public bool Enabled
Résultat bool

autoTexCoordType public_oe property

public TexCoordCalcMethod autoTexCoordType
Résultat TexCoordCalcMethod

coordIndex public_oe property

public int coordIndex
Résultat int

frustum public_oe property

public Frustum,Axiom.Core frustum
Résultat Axiom.Core.Frustum

layerBlendMode public_oe property

public LayerBlendModeEx,Axiom.Graphics layerBlendMode
Résultat Axiom.Graphics.LayerBlendModeEx

tex public_oe property

public Texture,Microsoft.Xna.Framework.Graphics tex
Résultat Microsoft.Xna.Framework.Graphics.Texture

texType public_oe property

public TextureType texType
Résultat TextureType