DX9ToolsR4 - Created by: X

GUIIndexed.TextureIndex Property

Gets or Sets the texture index for a particular texture stage.

[Visual Basic]
NotOverridable Overloads Public Default Property TextureIndex( _
   ByVal Stage As Integer _
) Implements _
   IGUIIndexed.TextureIndex As Integer Implements _
   IGUIIndexed.TextureIndex
[C#]
public int this[
   int Stage
] {get; set;}

Parameters

Stage
The index of the texture state.

Implements

IGUIIndexed.TextureIndex

See Also

GUIIndexed Class | CBX.Libs.DX9ToolsR4.GUI Namespace | GUIIndexed.TextureIndex Overload List