Click or drag to resize

MeshSimplifierSetUVs(Int32, IListVector2) Method

Sets the UVs (2D) for a specific channel.

Namespace: Internal
Assembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
public void SetUVs(
	int channel,
	IList<Vector2> uvs
)

Parameters

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