MeshSimplifierGetUVs(Int32, ListVector4) Method |
Returns the UVs (4D) from a specific channel.
Namespace: InternalAssembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.2.1.0 (2026.2.1.0)
Syntaxpublic void GetUVs(
int channel,
List<Vector4> uvs
)
Parameters
- channel Int32
- The channel index.
- uvs ListVector4
- The UVs.
See Also