Skip to content

Commit

Permalink
Update postprocessing.d.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
vanruesc committed Dec 29, 2022
1 parent 8e85ba7 commit 509db64
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion types/postprocessing.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5927,7 +5927,7 @@ declare module "postprocessing" {
* @param {Number} [options.rotation=0.0] - The rotation of the focus area in radians.
* @param {Number} [options.focusArea=0.4] - The relative size of the focus area.
* @param {Number} [options.feather=0.3] - The softness of the focus area edges.
* @param {Number} [options.bias=0.06] - A blend bias.
* @param {Number} [options.bias=0.06] - Deprecated.
* @param {KernelSize} [options.kernelSize=KernelSize.MEDIUM] - The blur kernel size.
* @param {Number} [options.resolutionScale=0.5] - The resolution scale.
* @param {Number} [options.resolutionX=Resolution.AUTO_SIZE] - The horizontal resolution.
Expand Down Expand Up @@ -6003,6 +6003,7 @@ declare module "postprocessing" {
* A blend bias.
*
* @type {Number}
* @deprecated
*/
get bias(): number;
set bias(arg: number);
Expand Down

0 comments on commit 509db64

Please sign in to comment.