DX9ToolsR4 - Created by: X

MaterialTextureCombo.Textures Property

Returns the Index of a texture from a specified texture stage.

[Visual Basic]
Overloads Public Default Property Textures( _
   ByVal Index As TextureStage _
) As Integer
[C#]
public int this[
   CBX.Libs.DX9ToolsR4.TextureStage Index
] {get; set;}

Parameters

Index
The index of the texture stage.

See Also

MaterialTextureCombo Class | CBX.Libs.DX9ToolsR4 Namespace | MaterialTextureCombo.Textures Overload List