소스 검색

documentation

Raanan Weber 7 년 전
부모
커밋
334e52a6e1
1개의 변경된 파일4개의 추가작업 그리고 0개의 파일을 삭제
  1. 4 0
      src/Helpers/babylon.environmentHelper.ts

+ 4 - 0
src/Helpers/babylon.environmentHelper.ts

@@ -309,6 +309,10 @@ module BABYLON {
         private readonly _scene: Scene;
         private _options: IEnvironmentHelperOptions;
 
+        /**
+         * This observable will be notified with any error during the creation of the environment, 
+         * mainly texture creation errors.
+         */
         public onErrorObservable: Observable<{ message?: string, exception?: any }>;
 
         /**