Constructor GtfTexture
GtfTexture(GtfImage, int)
Initializes a new instance of the GtfTexture class from the given GTF file and texture index.
Declaration
public GtfTexture(GtfImage image, int index)
Parameters
| Type | Name | Description |
|---|---|---|
| GtfImage | image | The GTF file containing one or more textures. |
| int | index | The zero-based index of the texture. |