Skip to content

API / getAlias

函数: getAlias()

ts
function getAlias(obj: Object): string;

定义于: pixi/PixiAssetsUtil.ts:14

获取资源的别名。

参数

参数类型描述
objObject资源对象。

返回

string

资源的别名。

Released under the MIT License.