Method GetEnumerator
GetEnumerator()
Returns an enumerator that iterates through all texture objects in the array.
public IEnumerator<int> GetEnumerator()
Returns
- IEnumerator<int>
An enumerator that can be used to iterate through the texture objects in the array.