Class TextureCollection
Represents a collection of Texture objects. This class cannot be inherited.
public sealed class TextureCollection
- Inheritance
-
TextureCollection
- Inherited Members
Properties
this[int]
Gets or sets the Texture at the specified sampler number.
public Texture this[int index] { get; set; }
Parameters
index
int