MeshSimplifierSetUVs(Int32, IListVector3) Method |
Sets the UVs (3D) for a specific channel.
Namespace: InternalAssembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntaxpublic void SetUVs(
int channel,
IList<Vector3> uvs
)
Parameters
- channel Int32
- The channel index.
- uvs IListVector3
- The UVs.
See Also