Class AssetBundleResource
Inheritance
AssetBundleResource
Syntax
[Serializable]
public class AssetBundleResource
Constructors
AssetBundleResource()
Declaration
public AssetBundleResource()
AssetBundleResource(String, String, Int64)
Declaration
public AssetBundleResource(string platform, string key, long fileSize)
Parameters
Properties
FileSize
Declaration
public long FileSize { get; }
Property Value
Key
Declaration
public string Key { get; }
Property Value
Declaration
public string Platform { get; }
Property Value
Methods
Update(String, Int64)
Declaration
public void Update(string key, long fileSize)
Parameters