Skip to content

Format

typescript
Atlas.GetTexUUIDList()

class: Atlas

Description

Get the array of UUIDs that includes all textures in the atlas package.

Parameters

param_nametypedescription

Return

typedescription
stringAn array of UUIDs that includes all textures.

Code Example

typescript
let atlas = Resources.Load<Atlas>(Atlas, "atlasId");
let rect = new Rect();
atlas.GetTexUUIDList();