Class Picture
Inheritance
System.Object
Picture
Namespace: Unity.UIWidgets.ui
Syntax
public class Picture
Constructors
Picture(List<DrawCmd>, Rect)
Declaration
public Picture(List<DrawCmd> drawCmds, Rect paintBounds)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Collections.Generic.List<DrawCmd> | drawCmds | |
| Rect | paintBounds |
Fields
drawCmds
Declaration
public readonly List<DrawCmd> drawCmds
Field Value
| Type | Description |
|---|---|
| System.Collections.Generic.List<DrawCmd> |
paintBounds
Declaration
public readonly Rect paintBounds
Field Value
| Type | Description |
|---|---|
| Rect |