Image Info
Captures the component properties of the specified Image component.
Input
| Name | Data Type | Description | 
|---|---|---|
| Image | Image | The Image component to get properties from. | 
Output
| Name | Data Type | Description | 
|---|---|---|
| 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 point of the Image component. | 
| Flip X | Boolean | If the X is flipped. | 
| Flip Y | Boolean | If the Y is flipped. |