Method GetMaterial
GetMaterial(int)
Returns an imported glTF material. Note: Asset has to have finished loading before!
Declaration
public Material GetMaterial(int index = 0)
Parameters
Type | Name | Description |
---|---|---|
int | index | Index of material in glTF file. |
Returns
Type | Description |
---|---|
Material | glTF material if it was loaded successfully and index is correct, null otherwise. |