Explorar el Código

Docs: Improve `Object3D` page. (#28145)

Michael Herzog hace 1 año
padre
commit
cbb480b5ae
Se han modificado 1 ficheros con 3 adiciones y 3 borrados
  1. 3 3
      docs/api/en/core/Object3D.html

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

@@ -325,10 +325,10 @@
 
 		<h3>[method:this copy]( [param:Object3D object], [param:Boolean recursive] )</h3>
 		<p>
-			recursive -- if true, descendants of the object are also copied. Default
-			is true.<br /><br />
+			recursive -- If set to `true`, descendants of the object are copied next to the existing ones. 
+			If set to `false`, descendants are left unchanged. Default is `true`.<br /><br />
 
-			Copy the given object into this object. Note: event listeners and
+			Copies the given object into this object. Note: Event listeners and
 			user-defined callbacks ([page:.onAfterRender] and [page:.onBeforeRender])
 			are not copied.
 		</p>