Explorar o código

add missing docs

Trevor Baron %!s(int64=7) %!d(string=hai) anos
pai
achega
dda5dc75d4
Modificáronse 1 ficheiros con 12 adicións e 0 borrados
  1. 12 0
      src/PostProcess/babylon.depthOfFieldEffect.ts

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

@@ -1,7 +1,19 @@
 module BABYLON {
+    /**
+     * Specifies the level of max blur that should be applied when using the depth of field effect
+     */
     export enum DepthOfFieldEffectBlurLevel {
+        /**
+         * Subtle blur
+         */
         Low,
+        /**
+         * Medium blur
+         */
         Medium,
+        /**
+         * Large blur
+         */
         High
     };
     /**