Преглед на файлове

glTFSerializer: hide exporter.extensions from public api documentation

Kacey Coley преди 7 години
родител
ревизия
a9784ad248
променени са 2 файла, в които са добавени 3 реда и са изтрити 6 реда
  1. 3 0
      serializers/src/glTF/2.0/Extensions/KHR_texture_transform.ts
  2. 0 6
      serializers/src/glTF/2.0/babylon.glTFExporterExtension.ts

+ 3 - 0
serializers/src/glTF/2.0/Extensions/KHR_texture_transform.ts

@@ -1,5 +1,8 @@
 /// <reference path="../../../../../dist/preview release/gltf2Interface/babylon.glTF2Interface.d.ts"/>
 
+/**
+ * @hidden
+ */
 module BABYLON.GLTF2.Exporter.Extensions {
     const NAME = "KHR_texture_transform";
 

+ 0 - 6
serializers/src/glTF/2.0/babylon.glTFExporterExtension.ts

@@ -26,10 +26,4 @@ module BABYLON.GLTF2.Exporter {
 
 
     }
-}
-
-/**
- * Defines the module for the built-in glTF 2.0 exporter extensions.
- */
-module BABYLON.GLTF2.Extensions {
 }