Class OpacityLayer
Inheritance
OpacityLayer
Inherited Members
Namespace: Unity.UIWidgets.rendering
Syntax
public class OpacityLayer : ContainerLayer
Constructors
OpacityLayer(Int32, Offset)
Declaration
public OpacityLayer(int alpha = 255, Offset offset = null)
Parameters
| Type | Name | Description |
|---|---|---|
| Int32 | alpha | |
| Offset | offset |
Properties
alpha
Declaration
public int alpha { get; set; }
Property Value
| Type | Description |
|---|---|
| Int32 |
offset
Declaration
public Offset offset { get; set; }
Property Value
| Type | Description |
|---|---|
| Offset |
Methods
debugFillProperties(DiagnosticPropertiesBuilder)
Declaration
public override void debugFillProperties(DiagnosticPropertiesBuilder properties)
Parameters
| Type | Name | Description |
|---|---|---|
| DiagnosticPropertiesBuilder | properties |