Click or drag to resize

MeshSimplifierSetUVs Method (Int32, IListVector4, Int32)

Sets the UVs for a specific channel with a specific count of UV components.

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,
	int uvComponentCount
)

Parameters

channel
Type: SystemInt32
The channel index.
uvs
Type: System.Collections.GenericIListVector4
The UVs.
uvComponentCount
Type: SystemInt32
The count of UV components.
See Also