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

Class UnloadUnusedAssetsOperation

卸载未使用资源的异步操作

Assembly: YooAsset.dll​
View Source​
Declaration
public sealed class UnloadUnusedAssetsOperation : AsyncOperationBase, IEnumerator, IComparable<AsyncOperationBase>

Methods​

InternalStart()​

内部启动方法(子类必须实现)

View Source​
Declaration
protected override void InternalStart()

InternalUpdate()​

内部更新方法(子类必须实现)

View Source​
Declaration
protected override void InternalUpdate()

InternalWaitForCompletion()​

内部同步等待方法(子类可选实现)

View Source​
Declaration
protected override void InternalWaitForCompletion()

InternalGetDescription()​

获取操作的描述信息(子类可选实现)

View Source​
Declaration
protected override string InternalGetDescription()
Returns​

System.String: 操作的描述字符串,默认返回空字符串。

Implements​

  • System.Collections.IEnumerator
  • System.IComparable<YooAsset.AsyncOperationBase>