Class PathUtil
Assembly: VRoidSDK.dll
Syntax
Fields
PersistentDataPath
Declaration
public static readonly string PersistentDataPath
Field Value
TemporaryCachePath
Declaration
public static readonly string TemporaryCachePath
Field Value
Properties
MultiplayCharacterModelVersionCacheDirectoryPath
キャラクターモデルバージョンのキャッシュディレクトリのパスを取得する
Declaration
public static string MultiplayCharacterModelVersionCacheDirectoryPath { get; }
Property Value
Type |
Description |
String |
キャラクターモデルバージョンのキャッシュディレクトリのパス
|
Methods
MultiplayCharacterModelVersionCacheFilePath(String)
キャラクターモデルバージョンのキャッシュファイルのパスを取得する
Declaration
public static string MultiplayCharacterModelVersionCacheFilePath(string fileName)
Parameters
Type |
Name |
Description |
String |
fileName |
|
Returns
Type |
Description |
String |
キャラクターモデルバージョンのキャッシュファイルのパス
|
TemporaryKeyValueStorageFilePath(String)
Declaration
public static string TemporaryKeyValueStorageFilePath(string storageName)
Parameters
Type |
Name |
Description |
String |
storageName |
|
Returns
Type |
Description |
String |
KeyValueStorageのパス
|