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 |
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 point of the Image |
Flip X | Boolean | If the X is flipped |
Flip Y | Boolean | If the Y is flipped |