Class BackdropFilterLayer
Inheritance
System.Object
BackdropFilterLayer
Inherited Members
Namespace: Unity.UIWidgets.rendering
Syntax
public class BackdropFilterLayer : ContainerLayer
Constructors
BackdropFilterLayer(ImageFilter)
Declaration
public BackdropFilterLayer(ImageFilter filter = null)
Parameters
Type | Name | Description |
---|---|---|
ImageFilter | filter |
Properties
filter
Declaration
public ImageFilter filter { get; set; }
Property Value
Type | Description |
---|---|
ImageFilter |