Class Picture
Namespace: Unity.UIWidgets.ui
Syntax
public class Picture
Constructors
Picture(List<DrawCmd>, Rect, Boolean, BBoxHierarchy<IndexedRect>, List<Int32>)
Declaration
public Picture(List<DrawCmd> drawCmds, Rect paintBounds, bool isDynamic = false, BBoxHierarchy<IndexedRect> bbh = null, List<int> stateUpdatesIndices = null)
Parameters
Type | Name | Description |
---|---|---|
List<DrawCmd> | drawCmds | |
Rect | paintBounds | |
Boolean | isDynamic | |
BBoxHierarchy<IndexedRect> | bbh | |
List<Int32> | stateUpdatesIndices |
Fields
bbh
Declaration
public readonly BBoxHierarchy<IndexedRect> bbh
Field Value
Type | Description |
---|---|
BBoxHierarchy<IndexedRect> |
drawCmds
Declaration
public readonly List<DrawCmd> drawCmds
Field Value
Type | Description |
---|---|
List<DrawCmd> |
paintBounds
Declaration
public readonly Rect paintBounds
Field Value
Type | Description |
---|---|
Rect |
stateUpdatesIndices
Declaration
public readonly List<int> stateUpdatesIndices
Field Value
Type | Description |
---|---|
List<Int32> |
Properties
isDynamic
Declaration
public bool isDynamic { get; }
Property Value
Type | Description |
---|---|
Boolean |