Class AssetBundleGroup
Inheritance
AssetBundleGroup
Syntax
[Serializable]
public class AssetBundleGroup : ISerializationCallbackReceiver
Constructors
AssetBundleGroup()
Declaration
public AssetBundleGroup()
AssetBundleGroup(String)
Declaration
public AssetBundleGroup(string key)
Parameters
Type |
Name |
Description |
String |
key |
|
Properties
cloudVersion
Declaration
public AssetBundleGroup cloudVersion { get; set; }
Property Value
isCloudResource
Declaration
public bool isCloudResource { get; set; }
Property Value
Key
Declaration
public string Key { get; }
Property Value
Methods
AddOrUpdateBundle(String, String, Int64)
Declaration
public void AddOrUpdateBundle(string platform, string bundleKey, long fileSize)
Parameters
GetFileSize()
Declaration
public long GetFileSize()
Returns
Declaration
public bool HasBundleForPlatform(string platform)
Parameters
Type |
Name |
Description |
String |
platform |
|
Returns
OnAfterDeserialize()
Declaration
public void OnAfterDeserialize()
Implements
OnBeforeSerialize()
Declaration
public void OnBeforeSerialize()
Implements
TryGetBundleResource(String, out AssetBundleResource)
Declaration
public bool TryGetBundleResource(string platform, out AssetBundleResource resource)
Parameters
Returns