Legacy Documentation: Version 4.6(go to latest)
Language: English
  • C#
  • JS
  • Boo

Script language

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

Unwrapping.GenerateSecondaryUVSet

public static function GenerateSecondaryUVSet(src: Mesh): void;

Description

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

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

Description

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