浏览代码

add uuid to docs

gero3 11 年之前
父节点
当前提交
ee6ef689f6
共有 1 个文件被更改,包括 7 次插入1 次删除
  1. 7 1
      docs/api/core/Object3D.html

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

@@ -25,7 +25,13 @@
 
 		<h3>.[page:Integer id]</h3>
 		<div>
-		Unique number of this object instance.
+		Identifier of this object instance.
+		</div>
+		
+		<h3>.[page:String uuid]</h3>
+		<div>
+		[link:http://en.wikipedia.org/wiki/Universally_unique_identifier UUID] of this object instance. 
+		This gets automatically assigned, so this shouldn't be edited.
 		</div>
 
 		<h3>.[page:String name]</h3>