Ver Fonte

Updated Bone doc

Lewy Blue há 8 anos atrás
pai
commit
fcfab3de9d
1 ficheiros alterados com 11 adições e 0 exclusões
  1. 11 0
      docs/api/objects/Bone.html

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

@@ -37,6 +37,17 @@
 		<h2>Properties</h2>
 		<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>
 		<div>See the base [page:Object3D] class for common methods.</div>