소스 검색

public _ is hidden

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;