Skip to content

Commit 30af0be

Browse files
committed
docs(meshutils): fixed a documentation error
1 parent af60914 commit 30af0be

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Runtime/Utility/MeshUtils.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#region License
1+
#region License
22
/*
33
MIT License
44
@@ -68,7 +68,7 @@ public static class MeshUtils
6868
/// <param name="tangents">The mesh tangents.</param>
6969
/// <param name="colors">The mesh colors.</param>
7070
/// <param name="boneWeights">The mesh bone-weights.</param>
71-
/// <param name="uvs">The mesh 4D UV sets.</param>
71+
/// <param name="uvs">The mesh 2D UV sets.</param>
7272
/// <param name="bindposes">The mesh bindposes.</param>
7373
/// <returns>The created mesh.</returns>
7474
public static Mesh CreateMesh(Vector3[] vertices, int[][] indices, Vector3[] normals, Vector4[] tangents, Color[] colors, BoneWeight[] boneWeights, List<Vector2>[] uvs, Matrix4x4[] bindposes, BlendShape[] blendShapes)

0 commit comments

Comments
 (0)