Method GetTextureAttribute
GetTextureAttribute(int)
Gets the texture attribute at the specified index.
Declaration
public GtfTextureAttribute GetTextureAttribute(int index)
Parameters
| Type | Name | Description |
|---|---|---|
| int | index | The zero-based index of the texture attribute to get. |
Returns
| Type | Description |
|---|---|
| GtfTextureAttribute | The texture attribute at the specified index. |