MeshSimplifierSetUVs(Int32, IListVector4, Int32) Method |
Sets the UVs for a specific channel with a specific count of UV components.
Namespace: InternalAssembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntaxpublic void SetUVs(
int channel,
IList<Vector4> uvs,
int uvComponentCount
)
Parameters
- channel Int32
- The channel index.
- uvs IListVector4
- The UVs.
- uvComponentCount Int32
- The count of UV components.
See Also