File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -5927,7 +5927,7 @@ declare module "postprocessing" {
5927
5927
* @param {Number } [options.rotation=0.0] - The rotation of the focus area in radians.
5928
5928
* @param {Number } [options.focusArea=0.4] - The relative size of the focus area.
5929
5929
* @param {Number } [options.feather=0.3] - The softness of the focus area edges.
5930
- * @param {Number } [options.bias=0.06] - A blend bias .
5930
+ * @param {Number } [options.bias=0.06] - Deprecated .
5931
5931
* @param {KernelSize } [options.kernelSize=KernelSize.MEDIUM] - The blur kernel size.
5932
5932
* @param {Number } [options.resolutionScale=0.5] - The resolution scale.
5933
5933
* @param {Number } [options.resolutionX=Resolution.AUTO_SIZE] - The horizontal resolution.
@@ -6003,6 +6003,7 @@ declare module "postprocessing" {
6003
6003
* A blend bias.
6004
6004
*
6005
6005
* @type {Number }
6006
+ * @deprecated
6006
6007
*/
6007
6008
get bias ( ) : number ;
6008
6009
set bias ( arg : number ) ;
You can’t perform that action at this time.
0 commit comments