đŧī¸Image
Functions for initialization of image for renderer. (Scripts\Images\...)
Properties:
Name | Type | Description |
---|---|---|
size | Vector2 (Read Only) | Size of the image |
Static Functions:
.Add
Image.Add(name: string)
: Image
Argument | Type | Description |
---|---|---|
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