浏览代码

add documentation

libra guest 13 年之前
父节点
当前提交
ab58432190
共有 1 个文件被更改,包括 8 次插入0 次删除
  1. 8 0
      docs/api/core/Object3D.html

+ 8 - 0
docs/api/core/Object3D.html

@@ -170,6 +170,14 @@
 		<div>
 		<div>
 		Gets first child with name matching the argument. Searches whole subgraph recursively if *recursive* is true.
 		Gets first child with name matching the argument. Searches whole subgraph recursively if *recursive* is true.
 		</div>
 		</div>
+		
+		<h3>.getDescendants( [page:Array returnValue] )</h3>
+		<div>
+		returnValue - optional argument that returns the the array with descendants.<br />
+		</div>
+		<div>
+		Searches whole subgraph recursively to add all objects in the returnValue.
+		</div>
 
 
 		<h3>.updateMatrix()</h3>
 		<h3>.updateMatrix()</h3>
 		<div>
 		<div>