Skip to main content
Version: 3.9.0

Image Info

Captures the component properties of the specified Image component.

Input

NameData TypeDescription
ImageImageThe Image component to get properties from.

Output

NameData TypeDescription
TextureTexture2DThe texture of the Image component.
OpacityNumberThe opacity of the Image component.
ColorColorThe color of the Image component.
SizeVec2The size of the Image component.
PivotVec2The pivot point of the Image component.
Flip XBooleanIf the X is flipped.
Flip YBooleanIf the Y is flipped.