Method FromIndex
FromIndex(int)
Returns the enum equivalent of the index in the MaterialQuality enum list.
Declaration
public static MaterialQuality FromIndex(int index)
Parameters
Type | Name | Description |
---|---|---|
int | index | Index of the material quality. |
Returns
Type | Description |
---|---|
MaterialQuality | The equivalent enum. |