Class DrawImage
Namespace: Unity.UIWidgets.ui
Syntax
public class DrawImage : DrawCmd
Fields
image
Declaration
public Image image
Field Value
Type | Description |
---|---|
Image |
offset
Declaration
public Offset offset
Field Value
Type | Description |
---|---|
Offset |
paint
Declaration
public Paint paint
Field Value
Type | Description |
---|---|
Paint |