Set Image
Input
| Name | Data Type | Description | 
|---|---|---|
| Enter | Exec | The input that triggers this node. | 
| Image | Image | The Image component whose properties to set. | 
| Texture | Texture2D | The texture of the Image component. | 
| Opacity | Number | The opacity of the Image component. | 
| Color | Color | The color of the Image component. | 
| Size | Vec2 | The size of the Image component. | 
| Pivot | Vec2 | The pivot of the Image component. | 
| Flip X | Boolean | Set if the X is flipped. | 
| Flip Y | Boolean | Set if the Y is flipped. | 
Output
| Name | Data Type | Description | 
|---|---|---|
| Next | Exec | Execute the next node. |