Ver código fonte

updating typedoc

Kyle Belfort 5 anos atrás
pai
commit
43e433f759
1 arquivos alterados com 1 adições e 0 exclusões
  1. 1 0
      src/Materials/Node/nodeMaterial.ts

+ 1 - 0
src/Materials/Node/nodeMaterial.ts

@@ -1606,6 +1606,7 @@ export class NodeMaterial extends PushMaterial {
      * Clear the current graph and load a new one from a serialization object
      * @param source defines the JSON representation of the material
      * @param rootUrl defines the root URL to use to load textures and relative dependencies
+     * @param isImportingAFrame defines whether or not the source is a single frame json
      */
     public loadFromSerialization(source: any, rootUrl: string = "", isImportingAFrame = false) {
         if (!isImportingAFrame) {