Click or drag to resize

MeshSimplifierGetUVs(Int32, ListVector3) Method

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

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

Parameters

channel  Int32
The channel index.
uvs  ListVector3
The UVs.
See Also