API / getAlias
Function: getAlias()
ts
function getAlias(obj: Object): string;Defined in: pixi/PixiAssetsUtil.ts:14
Get the alias for an asset.
Parameters
| Parameter | Type | Description |
|---|---|---|
obj | Object | The asset object. |
Returns
string
The alias of the asset.
