浏览代码

Updated Bone doc

Lewy Blue 8 年之前
父节点
当前提交
fcfab3de9d
共有 1 个文件被更改,包括 11 次插入0 次删除
  1. 11 0
      docs/api/objects/Bone.html

+ 11 - 0
docs/api/objects/Bone.html

@@ -37,6 +37,17 @@
 		<h2>Properties</h2>
 		<h2>Properties</h2>
 		<div>See the base [page:Object3D] class for common properties.</div>
 		<div>See the base [page:Object3D] class for common properties.</div>
 
 
+		<h3>[property:Boolean isBone]</h3>
+		<div>
+			Used to check whether this or derived classes are bones. Default is *true*.<br /><br />
+
+			You should not change this, as it used internally for optimisation.
+		</div>
+
+
+		<h3>[property:String type]</h3>
+		<div>Set to 'Bone', this can be used to find all Bones in a scene.</div>
+
 
 
 		<h2>Methods</h2>
 		<h2>Methods</h2>
 		<div>See the base [page:Object3D] class for common methods.</div>
 		<div>See the base [page:Object3D] class for common methods.</div>