Ver Fonte

Update RenderableObject.html

gero3 há 11 anos atrás
pai
commit
61d4f19035
1 ficheiros alterados com 11 adições e 9 exclusões
  1. 11 9
      docs/api/renderers/renderables/RenderableObject.html

+ 11 - 9
docs/api/renderers/renderables/RenderableObject.html

@@ -9,7 +9,7 @@
 	<body>
 	<body>
 		<h1>[name]</h1>
 		<h1>[name]</h1>
 
 
-		<div class="desc">todo</div>
+		<div class="desc">This class is a wrapper class to contain extra information about the object that needs to be rendered.</div>
 
 
 
 
 		<h2>Constructor</h2>
 		<h2>Constructor</h2>
@@ -17,25 +17,27 @@
 
 
 		<h3>[name]()</h3>
 		<h3>[name]()</h3>
 		<div>
 		<div>
-		todo
+		Creates a new [name]. This is used in [page:Projector].
 		</div>
 		</div>
 
 
 
 
-		<h3>[name]()</h3>
-
-
 		<h2>Properties</h2>
 		<h2>Properties</h2>
 
 
 
 
 
 
-		<h3>.[page:object object]</h3>
+		<h3>.[page:Object3d object]</h3>
 		<div>
 		<div>
-		todo
+		The object that needs to be rendered.
 		</div> 
 		</div> 
 
 
-		<h3>.[page:object z]</h3>
+		<h3>.[page:Number z]</h3>
+		<div>
+		This contains the the z index of the object. This makes it faster/easier to sort the object based on its z-index.  
+		</div> 
+		
+		<h3>.[page:Number id]</h3>
 		<div>
 		<div>
-		todo
+		This contains the the id of the object.
 		</div> 
 		</div> 
 
 
 		<h2>Methods</h2>
 		<h2>Methods</h2>