MeshSimplifierGetUVs2D Method |
Returns the UVs (2D) from a specific channel.
Namespace: InternalAssembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntaxpublic Vector2[] GetUVs2D(
int channel
)
Parameters
- channel Int32
- The channel index.
Return Value
Vector2The UVs.
See Also