MeshSimplifierSetUVsAuto Method |
Sets the UVs for a specific channel and automatically detects the used components.
Namespace: InternalAssembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntaxpublic void SetUVsAuto(
int channel,
IList<Vector4> uvs
)
Parameters
- channel Int32
- The channel index.
- uvs IListVector4
- The UVs.
See Also