Browse Source

change docs

Wittmann Tobias 8 years ago
parent
commit
e194eb50d4
1 changed files with 6 additions and 1 deletions
  1. 6 1
      docs/api/materials/Material.html

+ 6 - 1
docs/api/materials/Material.html

@@ -252,7 +252,12 @@
 		<div>
 		Defines whether this material is visible. Default is *true*.
 		</div>
-
+		
+		<h3>[property:object userData]</h3>
+		<div>
+		An object that can be used to store custom data about the Material. It should not hold
+		references to functions as these will not be cloned.
+		</div>
 
 		<h2>Methods</h2>