Class AllAssetsHandle
Assembly: YooAsset.dll
Declaration
public sealed class AllAssetsHandle : HandleBase, IEnumerator, IDisposable
Properties
AllAssetObjects
子资源对象集合
Declaration
public IReadOnlyList<Object> AllAssetObjects { get; }
Methods
WaitForAsyncComplete()
等待异步执行完毕
Declaration
public void WaitForAsyncComplete()
Events
Completed
完成委托
Declaration
public event Action<AllAssetsHandle> Completed
Event Type
System.Action<YooAsset.AllAssetsHandle>
Implements
System.Collections.IEnumerator
System.IDisposable