Skip to content
SiteEmail

cohtml.IGlobalBackdropFilter

Inherits from IDisposable

Inherited by cohtml.GlobalBackdropBlurFilter

Name
voidResize(float width, float height)
Updates the internal data structures and buffer sizes of the filter to match the specified view dimensions. This must be called whenever the target view is resized.
voidApplyGlobalBackdropFilter()
Executes the global backdrop filter effect for the current frame. Implementations of this method are responsible for capturing the background, applying the desired visual effect, and outputting the result to the appropriate render target or UI element.
void Resize(
float width,
float height
)

Updates the internal data structures and buffer sizes of the filter to match the specified view dimensions. This must be called whenever the target view is resized.

Parameters:

  • width The new width of the view.
  • height The new height of the view.

Reimplemented by: cohtml.GlobalBackdropBlurFilter.Resize

void ApplyGlobalBackdropFilter()

Executes the global backdrop filter effect for the current frame. Implementations of this method are responsible for capturing the background, applying the desired visual effect, and outputting the result to the appropriate render target or UI element.

Reimplemented by: cohtml.GlobalBackdropBlurFilter.ApplyGlobalBackdropFilter