Show / Hide Table of Contents

Class PathUtil

Inheritance
Object
PathUtil
Inherited Members
Object.ToString()
Object.Equals(Object)
Object.Equals(Object, Object)
Object.ReferenceEquals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Namespace: VRoidSDK
Assembly: VRoidSDK.dll
Syntax
public class PathUtil

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

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)

KeyValueStorageのパスを取得する

Declaration
public static string TemporaryKeyValueStorageFilePath(string storageName)
Parameters
Type Name Description
String storageName
Returns
Type Description
String

KeyValueStorageのパス

Back to top Generated by DocFX