Click or drag to resize

MeshSimplifierGetUVs Method (Int32, ListVector4)

Returns the UVs (4D) from a specific channel.

Namespace:  Internal
Assembly:  NeoAxis.Core (in NeoAxis.Core.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
public void GetUVs(
	int channel,
	List<Vector4> uvs
)

Parameters

channel
Type: SystemInt32
The channel index.
uvs
Type: System.Collections.GenericListVector4
The UVs.
See Also