TextureStateManagerCollection.TextureState Property (Microsoft.DirectX.Direct3D)
Retrieves the TextureStateManager object at the given index.
Definition
Visual Basic Public ReadOnly Property TextureState( _
ByVal index As Integer _
) As TextureStateManagerC# public TextureStateManager this[
int index
] { get; }C++ public:
property TextureStateManager^ TextureState [int] {
TextureStateManager^ get(int index);
}JScript In JScript, you can use indexed properties, but you cannot define your own.
Parameters
index System.Int32
Integer that represents the TextureStateManager object to retrieve.
Property Value
Microsoft.DirectX.Direct3D.TextureStateManager
A TextureStateManager object retrieved from the given index.This property is read-only.