Parcourir la source

adding hidden tag to BinaryWriter

Kacey Coley il y a 7 ans
Parent
commit
8a6b36e424
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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
      */