AssetBundleRequest 资源包请求

Inherits from AsyncOperation

Asynchronous load request from an AssetBundle.

从一个资源包(AssetBundle)异步加载请求。

参见: AssetBundle.LoadAsync, AsyncOperation.

Variables变量

  • asset
    Asset object being loaded (Read Only).
       正在加载的资源物体(只读)。

Inherited members继承成员Inherited Variables继承变量

  • isDone
    Has the operation finished? (Read Only)
    有操作完成了吗?(只读)    
  • progress
    What's the operation's progress (Read Only)
       操作的进度是多少?(只读)
  • priority
    Priority lets you tweak in which order async operation calls will be performed.
       优先权,让你调整异步操作调用将被执行的顺序。
,