image

This type represents an image control.

This type inherits control type. All of its base methods and fields are also available in this type.

__call๏ปฟ

Constructs the image.

Arguments

Name

Type

Description

tex

Texture.

Returns

Type

Description

image

Image instance.

Example

local img = gui.image(gui.control_id('my_id'));

Last updated