Browse Source

Merge pull request #4961 from gero3/patch-19

add uuid to docs
Mr.doob 11 years ago
parent
commit
0739992345
1 changed files with 7 additions and 1 deletions
  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>