Class OpacityLayer
Inherited Members
Namespace: Unity.UIWidgets.flow
Syntax
public class OpacityLayer : ContainerLayer
Properties
alpha
Declaration
public int alpha { set; }
Property Value
Type | Description |
---|---|
System.Int32 |
offset
Declaration
public Offset offset { set; }
Property Value
Type | Description |
---|---|
Offset |
Methods
paint(PaintContext)
Declaration
public override void paint(PaintContext context)
Parameters
Type | Name | Description |
---|---|---|
PaintContext | context |
Overrides
preroll(PrerollContext, Matrix3)
Declaration
public override void preroll(PrerollContext context, Matrix3 matrix)
Parameters
Type | Name | Description |
---|---|---|
PrerollContext | context | |
Matrix3 | matrix |