Skip to content

format

typescript
Image.GetTextureUUID()

class: Image

description

Set the atlas UUID for this image object.

An atlas is assigned a globally unique identifier (UUID) to uniquely identify and reference them in code. This ensures that there are no duplicates or conflicts when using atlases in the game.

parameter

param_nametypedescription

reture

typedescription
string

code example