Browse Source

Docs: Clean up. (#24735)

Michael Herzog 2 năm trước cách đây
mục cha
commit
e3437c6a59
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  1. 2 2
      docs/api/en/core/Object3D.html

+ 2 - 2
docs/api/en/core/Object3D.html

@@ -473,9 +473,9 @@
 		<p>
 		force - A boolean that can be used to bypass [page:.matrixWorldAutoUpdate],
 		to recalculate the world matrix of the object and descendants on the current frame.
-		Useful if you cannot wait for the renderer to update it on the next frame (assuming [page:.matrixWorldAutoUpdate] set to true).<br /><br />
+		Useful if you cannot wait for the renderer to update it on the next frame (assuming [page:.matrixWorldAutoUpdate] set to `true`).<br /><br />
 
-		Updates the global transform of the object and its descendants if the world matrix needs update ([page:.matrixWorldNeedsUpdate] set to true) or if the force boolean parameter is set to true.
+		Updates the global transform of the object and its descendants if the world matrix needs update ([page:.matrixWorldNeedsUpdate] set to true) or if the `force` parameter is set to `true`.
 		</p>
 
 		<h3>[method:undefined updateWorldMatrix]( [param:Boolean updateParents], [param:Boolean updateChildren] )</h3>