Legacy Documentation: Version 5.1
LanguageEnglish
  • C#
  • JS

Script language

Select your preferred scripting language. All code snippets will be displayed in this language.

Unwrapping.GenerateSecondaryUVSet

Switch to Manual
public static function GenerateSecondaryUVSet(src: Mesh): void;

Parameters

Description

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


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

Parameters

Description

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