Version: 2017.1

Unwrapping.GeneratePerTriangleUV

Cambiar al Manual
public static Vector2[] GeneratePerTriangleUV (Mesh src);

Parámetros

src The source mesh to generate UVs for.

Valor de retorno

Vector2[] The list of UVs generated.

Descripción

Will generate per-triangle uv (3 UVs for each triangle) with default settings.

You'll need to merge them yourself.


public static Vector2[] GeneratePerTriangleUV (Mesh src, UnwrapParam settings);

Parámetros

src The source mesh to generate UVs for.
settings Allows you to specify custom parameters to control the unwrapping.

Valor de retorno

Vector2[] The list of UVs generated.

Descripción

Will generate per-triangle uv (3 UVs for each triangle) with provided settings.

You'll need to merge them yourself.