소스 검색

updating typedoc

Kyle Belfort 5 년 전
부모
커밋
43e433f759
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  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) {