Browse Source

Update Material.html

gero3 11 years ago
parent
commit
c0bcd9ea91
1 changed files with 8 additions and 8 deletions
  1. 8 8
      docs/api/materials/Material.html

+ 8 - 8
docs/api/materials/Material.html

@@ -137,25 +137,25 @@
 		
 		
 		<h3>[page:EventDispatcher EventDispatcher] methods are available on this class.</h3>
 		<h3>[page:EventDispatcher EventDispatcher] methods are available on this class.</h3>
 		
 		
-		<h3>.clone([page:todo material]) [page:todo]</h3>
+		<h3>.clone([page:material material]) [page:Material]</h3>
 		<div>
 		<div>
-		material -- todo
+		material -- this material gets the cloned information (optional). 
 		</div>
 		</div>
 		<div>
 		<div>
-		todo
+		This clones the material in the optional parameter and returns it.
 		</div>
 		</div>
 
 
-		<h3>.dispose() [page:todo]</h3>
+		<h3>.dispose()</h3>
 		<div>
 		<div>
-		todo
+		This disposes the material.
 		</div>
 		</div>
 
 
-		<h3>.setValues([page:todo values]) [page:todo]</h3>
+		<h3>.setValues([page:object values]) [page:todo]</h3>
 		<div>
 		<div>
-		values -- todo
+		values -- a container with parameters.
 		</div>
 		</div>
 		<div>
 		<div>
-		todo
+		Sets the properties based on the *values*.
 		</div>
 		</div>
 
 
 		<h2>Source</h2>
 		<h2>Source</h2>