Quellcode durchsuchen

add uuid to docs

gero3 vor 11 Jahren
Ursprung
Commit
ee6ef689f6
1 geänderte Dateien mit 7 neuen und 1 gelöschten Zeilen
  1. 7 1
      docs/api/core/Object3D.html

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

@@ -25,7 +25,13 @@
 
 
 		<h3>.[page:Integer id]</h3>
 		<h3>.[page:Integer id]</h3>
 		<div>
 		<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>
 		</div>
 
 
 		<h3>.[page:String name]</h3>
 		<h3>.[page:String name]</h3>