Class TaskUpdateBundleInfo
Assembly: YooAsset.Editor.dll
Declaration
public abstract class TaskUpdateBundleInfo
Methods
UpdateBundleInfo(BuildContext)
Declaration
public void UpdateBundleInfo(BuildContext context)
Parameters
| Type | Name |
|---|---|
| YooAsset.Editor.BuildContext | context |
GetUnityHash(BuildBundleInfo, BuildContext)
Declaration
protected abstract string GetUnityHash(BuildBundleInfo bundleInfo, BuildContext context)
Returns
System.String
Parameters
| Type | Name |
|---|---|
| YooAsset.Editor.BuildBundleInfo | bundleInfo |
| YooAsset.Editor.BuildContext | context |
GetUnityCRC(BuildBundleInfo, BuildContext)
Declaration
protected abstract uint GetUnityCRC(BuildBundleInfo bundleInfo, BuildContext context)
Returns
System.UInt32
Parameters
| Type | Name |
|---|---|
| YooAsset.Editor.BuildBundleInfo | bundleInfo |
| YooAsset.Editor.BuildContext | context |
GetBundleFileHash(BuildBundleInfo, BuildParametersContext)
Declaration
protected abstract string GetBundleFileHash(BuildBundleInfo bundleInfo, BuildParametersContext buildParametersContext)
Returns
System.String
Parameters
| Type | Name |
|---|---|
| YooAsset.Editor.BuildBundleInfo | bundleInfo |
| YooAsset.Editor.BuildParametersContext | buildParametersContext |
GetBundleFileCRC(BuildBundleInfo, BuildParametersContext)
Declaration
protected abstract uint GetBundleFileCRC(BuildBundleInfo bundleInfo, BuildParametersContext buildParametersContext)
Returns
System.UInt32
Parameters
| Type | Name |
|---|---|
| YooAsset.Editor.BuildBundleInfo | bundleInfo |
| YooAsset.Editor.BuildParametersContext | buildParametersContext |
GetBundleFileSize(BuildBundleInfo, BuildParametersContext)
Declaration
protected abstract long GetBundleFileSize(BuildBundleInfo bundleInfo, BuildParametersContext buildParametersContext)
Returns
System.Int64
Parameters
| Type | Name |
|---|---|
| YooAsset.Editor.BuildBundleInfo | bundleInfo |
| YooAsset.Editor.BuildParametersContext | buildParametersContext |