Click or drag to resize

MeshSimplifierGetUVs3D Method

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

Namespace:  Internal
Assembly:  NeoAxis.Core (in NeoAxis.Core.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
public Vector3[] GetUVs3D(
	int channel
)

Parameters

channel
Type: SystemInt32
The channel index.

Return Value

Type: Vector3
The UVs.
See Also