Inheritance
System.Object
SceneBuilder
public class SceneBuilder
Constructors
Declaration
Methods
Declaration
public void addPerformanceOverlay(int enabledOptions, Rect bounds)
Parameters
Type |
Name |
Description |
System.Int32 |
enabledOptions |
|
Rect |
bounds |
|
Declaration
public void addPicture(Offset offset, Picture picture, bool isComplexHint = false, bool willChangeHint = false)
Parameters
Type |
Name |
Description |
Offset |
offset |
|
Picture |
picture |
|
System.Boolean |
isComplexHint |
|
System.Boolean |
willChangeHint |
|
Declaration
public void addRetained(Layer layer)
Parameters
Type |
Name |
Description |
Layer |
layer |
|
addTexture(Texture, Offset, Single, Single, Boolean)
Declaration
public void addTexture(Texture texture, Offset offset, float width, float height, bool freeze)
Parameters
Type |
Name |
Description |
Texture |
texture |
|
Offset |
offset |
|
System.Single |
width |
|
System.Single |
height |
|
System.Boolean |
freeze |
|
Declaration
Returns
Declaration
Declaration
public Layer pushBackdropFilter(ImageFilter filter)
Parameters
Returns
Declaration
public Layer pushClipPath(Path clipPath)
Parameters
Type |
Name |
Description |
Path |
clipPath |
|
Returns
Declaration
public Layer pushClipRect(Rect clipRect)
Parameters
Type |
Name |
Description |
Rect |
clipRect |
|
Returns
Declaration
public Layer pushClipRRect(RRect clipRRect)
Parameters
Type |
Name |
Description |
RRect |
clipRRect |
|
Returns
Declaration
public Layer pushOffset(float dx, float dy)
Parameters
Type |
Name |
Description |
System.Single |
dx |
|
System.Single |
dy |
|
Returns
Declaration
public Layer pushOpacity(int alpha, Offset offset = null)
Parameters
Type |
Name |
Description |
System.Int32 |
alpha |
|
Offset |
offset |
|
Returns
Declaration
public Layer pushPhysicalShape(Path path, float elevation, Color color, Color shadowColor, Clip clipBehavior)
Parameters
Type |
Name |
Description |
Path |
path |
|
System.Single |
elevation |
|
Color |
color |
|
Color |
shadowColor |
|
Clip |
clipBehavior |
|
Returns
Declaration
public Layer pushTransform(Matrix3 matrix)
Parameters
Type |
Name |
Description |
Matrix3 |
matrix |
|
Returns