Class TextureArray
Represents an array of texture objects.
public class TextureArray : IDisposable, IEnumerable<int>, IEnumerable
- Inheritance
-
TextureArray
- Implements
- Inherited Members
Constructors
- TextureArray(int)
Initializes a new instance of the TextureArray class with the specified number of texture objects.
Properties
- this[int]
Gets the texture object at the specified index.
- Length
Gets the total number of texture objects in the array.
Methods
- Dispose()
Releases all resources used by the TextureArray class.
- GetEnumerator()
Returns an enumerator that iterates through all texture objects in the array.