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