浏览代码

Docs: Fix SurfaceTool example caps typo

(cherry picked from commit 6719fea8dcb820bd90f7c77065e658d384ac709a)
archsolar 2 年之前
父节点
当前提交
3c2e30b319
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      doc/classes/SurfaceTool.xml

+ 1 - 1
doc/classes/SurfaceTool.xml

@@ -17,7 +17,7 @@
 		var st = new SurfaceTool();
 		st.Begin(Mesh.PrimitiveType.Triangles);
 		st.SetColor(new Color(1, 0, 0));
-		st.SetUv(new Vector2(0, 0));
+		st.SetUV(new Vector2(0, 0));
 		st.AddVertex(new Vector3(0, 0, 0));
 		[/csharp]
 		[/codeblocks]