Version: 2022.3
언어: 한국어

Unwrapping

class in UnityEditor

매뉴얼로 전환

설명

Utility class for computing mesh UVs.

This class allows you to compute UVs for procedurally generated meshes. Computing UVs is also called "unwrapping".

See Also: Mesh class, Generating Lightmap UVs.

정적 함수

GeneratePerTriangleUVWill generate per-triangle uv (3 UVs for each triangle) with default settings.
GenerateSecondaryUVSetCompute a unique UV layout for a Mesh, and store it in Mesh.uv2.