Set Image
Sets the component properties of the specified Image component.
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 |
Opacity | Number | The opacity of the Image |
Color | Color | The color of the Image |
Size | Vec2 | The size of the Image |
Pivot | Vec2 | The pivot of the Image |
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 |