Skip to content

Commit 509db64

Browse files
committed
Update postprocessing.d.ts
1 parent 8e85ba7 commit 509db64

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

types/postprocessing.d.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5927,7 +5927,7 @@ declare module "postprocessing" {
59275927
* @param {Number} [options.rotation=0.0] - The rotation of the focus area in radians.
59285928
* @param {Number} [options.focusArea=0.4] - The relative size of the focus area.
59295929
* @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.
59315931
* @param {KernelSize} [options.kernelSize=KernelSize.MEDIUM] - The blur kernel size.
59325932
* @param {Number} [options.resolutionScale=0.5] - The resolution scale.
59335933
* @param {Number} [options.resolutionX=Resolution.AUTO_SIZE] - The horizontal resolution.
@@ -6003,6 +6003,7 @@ declare module "postprocessing" {
60036003
* A blend bias.
60046004
*
60056005
* @type {Number}
6006+
* @deprecated
60066007
*/
60076008
get bias(): number;
60086009
set bias(arg: number);

0 commit comments

Comments
 (0)