Class ClipRRectLayer
Inherited Members
Namespace: Unity.UIWidgets.flow
Syntax
public class ClipRRectLayer : ContainerLayer
Properties
clipRRect
Declaration
public RRect clipRRect { set; }
Property Value
Type | Description |
---|---|
RRect |
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 |