Method GetImage
GetImage(int)
Returns a texture by its glTF image index
Declaration
public Texture2D GetImage(int index = 0)
Parameters
Type | Name | Description |
---|---|---|
int | index | glTF image index |
Returns
Type | Description |
---|---|
Texture2D | Corresponding Unity texture |