瀏覽代碼

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 }>;
 
         /**