unreal.ChannelCollectionUVLayoutMethod

class unreal.ChannelCollectionUVLayoutMethod

Bases: EnumBase

EChannel Collection UVLayout Method

C++ Source:

  • Plugin: MeshPartition

  • Module: MeshPartition

  • File: MeshPartitionUVLayoutMethod.h

PLANE_PROJECT: ChannelCollectionUVLayoutMethod = Ellipsis

Project all triangles onto a single plane.

Type:

4

REFERENCE_BOX_PROJECT: ChannelCollectionUVLayoutMethod = Ellipsis

A reference box-projection implementation.

Type:

2

VOLUME_ENCODED: ChannelCollectionUVLayoutMethod = Ellipsis

Volume-encoded UVs produced by the VEUV plugin.

Type:

3