Sfoglia il codice sorgente

Changed "clear()" position in Object3D Docs (#26636)

alone as a god 1 anno fa
parent
commit
8a215eab33
1 ha cambiato i file con 3 aggiunte e 3 eliminazioni
  1. 3 3
      docs/api/en/core/Object3D.html

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

@@ -280,6 +280,9 @@
 			Note: This method does not support scene graphs having
 			non-uniformly-scaled nodes(s).
 		</p>
+		
+		<h3>[method:this clear]()</h3>
+		<p>Removes all child objects.</p>
 
 		<h3>[method:Object3D clone]( [param:Boolean recursive] )</h3>
 		<p>
@@ -412,9 +415,6 @@
 		<h3>[method:this removeFromParent]()</h3>
 		<p>Removes this object from its current parent.</p>
 
-		<h3>[method:this clear]()</h3>
-		<p>Removes all child objects.</p>
-
 		<h3>[method:this rotateOnAxis]( [param:Vector3 axis], [param:Float angle] )</h3>
 		<p>
 			axis -- A normalized vector in object space. <br />