đŸ–ŧī¸Image

Functions for initialization of image for renderer. (Scripts\Images\...)

Properties:

NameTypeDescription

size

Vector2 (Read Only)

Size of the image

Static Functions:

.Add

Image.Add(name: string): Image

ArgumentTypeDescription

name

string

File name of image

Creates a new Image object.

Functions:

.Remove

Image_Object.Remove()

Removes a Image object. Please note that Image_Object will not become null.

Last updated