Class BackdropFilterLayer
Inherited Members
Namespace: Unity.UIWidgets.flow
Syntax
public class BackdropFilterLayer : ContainerLayer
Properties
filter
Declaration
public ImageFilter filter { set; }
Property Value
Type | Description |
---|---|
ImageFilter |
Methods
paint(PaintContext)
Declaration
public override void paint(PaintContext context)
Parameters
Type | Name | Description |
---|---|---|
PaintContext | context |