Format
typescript
Atlas.GetTexUUIDList()class: Atlas
Description
Get the array of UUIDs that includes all textures in the atlas package.
Parameters
| param_name | type | description |
|---|
Return
| type | description |
|---|---|
string | An array of UUIDs that includes all textures. |
Code Example
typescript
let atlas = Resources.Load<Atlas>(Atlas, "atlasId");
let rect = new Rect();
atlas.GetTexUUIDList();