Unwrapping.GenerateSecondaryUVSet
static function GenerateSecondaryUVSet(src: Mesh): void;
Description

Will auto generate uv2 with default settings for provided mesh, and fill them in.

static function GenerateSecondaryUVSet(src: Mesh, settings: UnwrapParam): void;
Description

Will auto generate uv2 with provided settings for provided mesh, and fill them in.