DX9ToolsR4 - Created by: X

IGUIIndexed.TextureIndex Property

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

[Visual Basic]
Property TextureIndex( _
   ByVal Stage As TextureStage _
) As Integer
[C#]
int this[
   CBX.Libs.DX9ToolsR4.TextureStage Stage
] {get; set;}

Parameters

Stage
The index of the texture state.

See Also

IGUIIndexed Interface | CBX.Libs.DX9ToolsR4.GUI Namespace | IGUIIndexed.TextureIndex Overload List