Class LoadPackageManifestOperation
加载资源清单操作
Assembly: YooAsset.dll
View Source
Declaration
public sealed class LoadPackageManifestOperation : AsyncOperationBase, IEnumerator, IComparable<AsyncOperationBase>
Methods
InternalStart()
内部启动方法(子类必须实现)
View Source
Declaration
protected override void InternalStart()
InternalUpdate()
内部更新方法(子类必须实现)
View Source
Declaration
protected override void InternalUpdate()
InternalGetDescription()
获取操作的描述信息(子类可选实现)
View Source
Declaration
protected override string InternalGetDescription()
Returns
System.String: 操作的描述字符串,默认返回空字符串。
Implements
System.Collections.IEnumeratorSystem.IComparable<YooAsset.AsyncOperationBase>