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