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

Class InitializePackageOperation

初始化资源包裹操作

Assembly: YooAsset.dll​
View Source​
Declaration
public sealed class InitializePackageOperation : 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.IEnumerator
  • System.IComparable<YooAsset.AsyncOperationBase>