Trevor Baron 7 سال پیش
والد
کامیت
5fd34ee8a1
1فایلهای تغییر یافته به همراه7 افزوده شده و 0 حذف شده
  1. 7 0
      src/PostProcess/babylon.depthOfFieldEffect.ts

+ 7 - 0
src/PostProcess/babylon.depthOfFieldEffect.ts

@@ -155,12 +155,19 @@ module BABYLON {
             this._depthOfFieldMerge.dispose(camera);
         }
 
+        /**
+         * Internal
+         */
         public _updateEffects(){
             for(var effect in this._effects){
                 this._effects[effect].updateEffect();
             }
         }
 
+        /**
+         * Internal
+         * @returns if all the contained post processes are ready.
+         */
         public _isReady(){
             for(var effect in this._effects){
                 if(!this._effects[effect].isReady()){