瀏覽代碼

adding hidden tag to BinaryWriter

Kacey Coley 7 年之前
父節點
當前提交
8a6b36e424
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      serializers/src/glTF/2.0/babylon.glTFExporter.ts

+ 1 - 1
serializers/src/glTF/2.0/babylon.glTFExporter.ts

@@ -752,7 +752,7 @@ module BABYLON.GLTF2 {
     }
 
     /**
-     * @ignore
+     * @hidden
      * 
      * Stores glTF binary data.  If the array buffer byte length is exceeded, it doubles in size dynamically
      */