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