Class TaskUpdateBundleInfo_ESBP
Assembly: YooAsset.Editor.dll
Declaration
public class TaskUpdateBundleInfo_ESBP : TaskUpdateBundleInfo, IBuildTask
Methods
GetUnityHash(BuildBundleInfo, BuildContext)
Declaration
protected override 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 override 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 override 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 override 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 override long GetBundleFileSize(BuildBundleInfo bundleInfo, BuildParametersContext buildParametersContext)
Returns
System.Int64
Parameters
| Type | Name |
|---|---|
| YooAsset.Editor.BuildBundleInfo | bundleInfo |
| YooAsset.Editor.BuildParametersContext | buildParametersContext |