Class UnityLegacyCacheMigrator
Carry out migration for cache format v0.0.21 and earlier
Implements
Inherited Members
Namespace: Pixiv.VroidSdk.Unity.Cache
Assembly: Pixiv.VroidSdk.Unity.dll
Syntax
public sealed class UnityLegacyCacheMigrator : LegacyCacheMigrator, ICacheMigrator<CachedDownloadLicenseFile>
Constructors
UnityLegacyCacheMigrator(String)
Constructor
Declaration
public UnityLegacyCacheMigrator(string symbolPrefix)
Parameters
Type | Name | Description |
---|---|---|
String | symbolPrefix | Directory name to store model file |
Fields
PersistentDataPath
Declaration
public static readonly string PersistentDataPath
Field Value
Type | Description |
---|---|
String |
TemporaryCachePath
Declaration
public static readonly string TemporaryCachePath
Field Value
Type | Description |
---|---|
String |