Click or drag to resize

MeshSimplifierGetUVs4D Method

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

Namespace: Internal
Assembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
public Vector4[] GetUVs4D(
	int channel
)

Parameters

channel  Int32
The channel index.

Return Value

Vector4
The UVs.
See Also