Method HasUVs
HasUVs(uint, int)
Check if one or some UV channels are defined in the mesh
Declaration
[HandleProcessCorruptedStateExceptions]
public bool HasUVs(uint mesh, int channel = -1)
Parameters
Type | Name | Description |
---|---|---|
uint | mesh | The mesh to check |
int | channel | The UV channel to check, or -1 for any |
Returns
Type | Description |
---|---|
bool |