Function: GetTextureName()
ts
function GetTextureName(this: void, name: string): string;Get source texture file name for an atlas entry.
Parameters
| Parameter | Type | Description |
|---|---|---|
this | void | - |
name | string | Texture atlas entry name. |
Returns
string
Texture file name.
Remarks
Uses the same verified lookup path as GetTextureInfo(name).