Skip to content

API / getAlias

Function: getAlias()

ts
function getAlias(obj: Object): string;

Defined in: pixi/PixiAssetsUtil.ts:14

Get the alias for an asset.

Parameters

ParameterTypeDescription
objObjectThe asset object.

Returns

string

The alias of the asset.

Released under the MIT License.