Méthode | Description | |
---|---|---|
GeneratePerTriangleUV ( |
Will generate per-triangle uv (3 UVs for each triangle) with default settings.
|
|
GeneratePerTriangleUV ( |
Will generate per-triangle uv (3 UVs for each triangle) with provided settings.
|
|
GenerateSecondaryUVSet ( |
Will auto generate uv2 with default settings for provided mesh, and fill them in.
|
|
GenerateSecondaryUVSet ( |
Will auto generate uv2 with provided settings for provided mesh, and fill them in.
|
Méthode | Description | |
---|---|---|
GeneratePerTriangleUVImpl ( |
||
INTERNAL_CALL_GeneratePerTriangleUVImpl ( |
public static GeneratePerTriangleUV ( |
||
src | The source mesh to generate UVs for. | |
Résultat | Vector2[] |
public static GeneratePerTriangleUV ( |
||
src | The source mesh to generate UVs for. | |
settings | Allows you to specify custom parameters to control the unwrapping. | |
Résultat | Vector2[] |
public static GenerateSecondaryUVSet ( |
||
src | ||
Résultat | void |
public static GenerateSecondaryUVSet ( |
||
src | ||
settings | ||
Résultat | void |