Property this
this[int]
Gets the texture object at the specified index.
public int this[int index] { get; }
Parameters
index
intThe zero-based index of the texture object to get.
Property Value
- int
The handle to the texture object at the specified index.