TextureStateManagerCollection.TextureState Property |
Language: |
Retrieves the TextureStateManager object at the given index.
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.
index System.Int32
Integer that represents the TextureStateManager object to retrieve.
Microsoft.DirectX.Direct3D.TextureStateManager
This property is read-only.
A TextureStateManager object retrieved from the given index.
Send comments about this topic to Microsoft. © Microsoft Corporation. All rights reserved.
Feedback? Please provide us with your comments on this topic.