Преглед на файлове

Merge pull request #20406 from TiraO/patch-1

Docs: Geometry UVs are Vector2s
Mr.doob преди 4 години
родител
ревизия
062a389176
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      docs/api/en/core/Geometry.html

+ 1 - 1
docs/api/en/core/Geometry.html

@@ -95,7 +95,7 @@
 		<h3>[property:Array faceVertexUvs]</h3>
 		<p>
 		Array of face [link:https://en.wikipedia.org/wiki/UV_mapping UV] layers, used for mapping textures onto the geometry.<br />
-		Each UV layer is an array of [page:UV]s matching the order and number of vertices in faces.<br /><br />
+		Each UV layer is an array of [page:Vector2]s matching the order and number of vertices in faces.<br /><br />
 		To signal an update in this array, [page:Geometry Geometry.uvsNeedUpdate] needs to be set to true.
 		</p>