Browse Source

Add ancestors note

Maciek Jurczyk 4 years ago
parent
commit
84b69b2aac
1 changed files with 1 additions and 1 deletions
  1. 1 1
      docs/api/en/core/Object3D.html

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

@@ -428,7 +428,7 @@
 		<p>
 		callback - A function with as first argument an object3D object.<br /><br />
 
-		Executes the callback on all ancestors.
+		Executes the callback on all ancestors.  <b>Warning:</b> Do not add, move, or remove the object or its ancestors while traversing.
 		</p>
 
 		<h3>[method:null updateMatrix]()</h3>