sebastien %!s(int64=6) %!d(string=hai) anos
pai
achega
702467634d
Modificáronse 1 ficheiros con 4 adicións e 0 borrados
  1. 4 0
      materialsLibrary/src/grid/gridmaterial.ts

+ 4 - 0
materialsLibrary/src/grid/gridmaterial.ts

@@ -193,6 +193,10 @@ export class GridMaterial extends BABYLON.PushMaterial {
         this._afterBind(mesh, this._activeEffect);
     }
 
+    /**
+     * Dispose the material and its associated resources.
+     * @param forceDisposeEffect will also dispose the used effect when true
+     */
     public dispose(forceDisposeEffect?: boolean): void {
         super.dispose(forceDisposeEffect);
     }