Raanan Weber преди 7 години
родител
ревизия
b09d4bf577
променени са 1 файла, в които са добавени 1 реда и са изтрити 0 реда
  1. 1 0
      Viewer/src/model/viewerModel.ts

+ 1 - 0
Viewer/src/model/viewerModel.ts

@@ -536,6 +536,7 @@ export class ViewerModel implements IDisposable {
     /**
      * Apply a material configuration to a material
      * @param material Material to apply configuration to
+     * @hidden
      */
     public _applyModelMaterialConfiguration(material: Material) {
         if (!this._modelConfiguration.material) return;