David Catuhe 6 lat temu
rodzic
commit
193ce44ae5

+ 3 - 0
src/Materials/Textures/Procedurals/babylon.proceduralTexture.ts

@@ -11,6 +11,9 @@ module BABYLON {
         @serialize()
         public isEnabled = true;
 
+        /**
+         * Define if the texture must be cleared before rendering (default is true)
+         */
         @serialize()
         public autoClear = true;