Skip to main content

UIImage

Inherits from UIField

UIImage is a class for displaying images in your place's UI.


Summary

Properties


Properties

Color

UIImage.Color: Color

Specifies the color of the image.

Example

image.Color = Color.New(1, 0, 0)

ImageID

UIImage.ImageID: string

Specifies the image ID of the UIImage.

Example

image.ImageID = 12274

ImageType

UIImage.ImageType: ImageType

TO-DO


Loading

UIImage.Loading: bool

Returns whether or not the image is loading.

Example

while image.Loading do
wait(0)
end
print("Image loaded")

Clickable

UIImage.Clickable: bool

Determines whether the image is clickable.