Click or drag to resize

MeshSimplifierGetUVs2D Method

Returns the UVs (2D) 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 Vector2[] GetUVs2D(
	int channel
)

Parameters

channel
Type: SystemInt32
The channel index.

Return Value

Type: Vector2
The UVs.
See Also