跳到主要内容
版本:3.0.x

Class BundleFileHandle

资源包文件句柄,用于持有已加载的资源包引用。

Assembly: YooAsset.dll​
View Source​
Declaration
public sealed class BundleFileHandle : HandleBase, IEnumerator, IDisposable

Methods​

WaitForAsyncComplete()​

等待异步执行完毕

View Source​
Declaration
public void WaitForAsyncComplete()

Events​

Completed​

当加载完成时触发

View Source​
Declaration
public event Action<BundleFileHandle> Completed
Event Type​

System.Action<YooAsset.BundleFileHandle>

Implements​

  • System.Collections.IEnumerator
  • System.IDisposable