CRIWARE Unity Plugin Manual  Last Updated: 2024-04-24
CriFsUtility クラス

CPKファイルのバインドや、ファイルのロード等の操作を簡単に行うための、ユーティリティクラスです。 [詳解]

静的公開メンバ関数

static CriFsLoadFileRequest LoadFile (string path, int readUnitSize=DefaultReadUnitSize)
 ファイルのロードを開始します。 [詳解]
 
static CriFsLoadFileRequest LoadFile (CriFsBinder binder, string path, int readUnitSize=DefaultReadUnitSize)
 ファイルのロードを開始します。 [詳解]
 
static CriFsLoadAssetBundleRequest LoadAssetBundle (string path, int readUnitSize=DefaultReadUnitSize)
 アセットバンドルファイルのロードを開始します。 [詳解]
 
static CriFsLoadAssetBundleRequest LoadAssetBundle (CriFsBinder binder, string path, int readUnitSize=DefaultReadUnitSize)
 アセットバンドルファイルのロードを開始します。 [詳解]
 
static CriFsInstallRequest Install (string srcPath, string dstPath)
 ファイルのインストールを開始します。 [詳解]
 
static CriFsInstallRequest Install (CriFsBinder srcBinder, string srcPath, string dstPath)
 ファイルのインストールを開始します。 [詳解]
 
static CriFsInstallRequest WebInstall (string srcPath, string dstPath, CriFsRequest.DoneDelegate doneDeleagate)
 ファイルのインストールを開始します。 [詳解]
 
static CriFsBindRequest BindCpk (CriFsBinder targetBinder, string srcPath)
 CPKファイルのバインドを開始します。 [詳解]
 
static CriFsBindRequest BindCpk (CriFsBinder targetBinder, CriFsBinder srcBinder, string srcPath)
 CPKファイルのバインドを開始します。 [詳解]
 
static CriFsBindRequest BindDirectory (CriFsBinder targetBinder, string srcPath)
 ディレクトリパスのバインドを開始します。 [詳解]
 
static CriFsBindRequest BindDirectory (CriFsBinder targetBinder, CriFsBinder srcBinder, string srcPath)
 ディレクトリパスのバインドを開始します。 [詳解]
 
static CriFsBindRequest BindFile (CriFsBinder targetBinder, string srcPath)
 ファイルをバインドします。 [詳解]
 
static CriFsBindRequest BindFile (CriFsBinder targetBinder, CriFsBinder srcBinder, string srcPath)
 ファイルのバインドを開始します。 [詳解]
 
static void SetUserAgentString (string userAgentString)
 HTTPリクエストで使用するUser-Agent文字列を指定します。 [詳解]
 
static void SetProxyServer (string proxyPath, UInt16 proxyPort)
 HTTPリクエストで使用するプロキシサーバを指定します。 [詳解]
 
static void SetPathSeparator (string filter)
 パスセパレータの指定 [詳解]
 

公開変数類

const int DefaultReadUnitSize = (1024 * 1024)
 各ロードリクエストのデフォルトの読み込み単位サイズです。 [詳解]
 

詳解

CPKファイルのバインドや、ファイルのロード等の操作を簡単に行うための、ユーティリティクラスです。

説明:
CPKファイルのバインドや、ファイルのロード等の操作を簡単に行うための、ユーティリティクラスです。

このクラス詳解は次のファイルから抽出されました: