소스 검색

Add ancestors note

Maciek Jurczyk 4 년 전
부모
커밋
84b69b2aac
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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>