TextureStateManagerCollection.TextureState Property |
Language: |
Retrieves the TextureStateManager object at the given index.
Visual Basic .NET Public ReadOnly Property TextureState( _
ByVal index As Integer _
) As TextureStateManagerC# public TextureStateManager this[
int index
] { get; }Managed C++ public: __property TextureStateManager* get_TextureState(
int index
);JScript .NET In JScript .NET, you can use indexed properties, but you cannot define your own.
Microsoft.DirectX.Direct3D.TextureStateManager . A TextureStateManager object retrieved from the given index.
This property is read-only.
index System.Int32. Integer that represents the TextureStateManager object to retrieve.
Feedback? Please provide us with your comments on this topic.