AssetBundle.Load 加载


function Load (name : string) : Object

Description描述

Loads object with name from the bundle.

从bundle中加载名为name的对象。

• function Load (name : string, type : Type) : Object

Description描述

Loads object with name of a given type from the bundle.

从bundle中加载被指定类型的名为name的对象。


,