Click or drag to resize

MeshSimplifierSetUVs Method (Int32, IListVector4)

Sets the UVs (4D) for 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 SetUVs(
	int channel,
	IList<Vector4> uvs
)

Parameters

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