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 public Vector2[] GetUVs2D(
int channel
)
Parameters
- channel
- Type: SystemInt32
The channel index.
Return Value
Type:
Vector2The UVs.
See Also