CRIWARE Unity Plugin Manual
Last Updated: 2024-04-24
|
CRIWAREプラグインに関する補助的な機能を提供するクラスです。 [詳解]
クラス | |
struct | CpuUsage |
CRIWAREプラグインのCPU使用状況 [詳解] | |
静的公開メンバ関数 | |
static bool | IsStreamingAssetsPath (string path) |
StreamingAssetsフォルダからの相対パスとして利用されるかを判定します。 [詳解] | |
static string | GetScriptVersionString () |
スクリプトバージョン文字列の取得 [詳解] | |
static int | GetBinaryVersionNumber () |
バイナリバージョン番号の取得 [詳解] | |
static int | GetRequiredBinaryVersionNumber () |
スクリプトが要求するバイナリバージョンの取得 [詳解] | |
static bool | CheckBinaryVersionCompatibility () |
バイナリバージョンとスクリプトバージョンの整合性チェック [詳解] | |
static uint | GetFsMemoryUsage () |
CRI FileSystemのメモリ使用量の取得 [詳解] | |
static uint | GetAtomMemoryUsage () |
CRI Atomのメモリ使用量の取得 [詳解] | |
static uint | GetManaMemoryUsage () |
CRI Manaのメモリ使用量の取得 [詳解] | |
static CpuUsage | GetAtomCpuUsage () |
CRIWAREプラグインのCPU使用状況の取得 [詳解] | |
公開変数類 | |
const bool | supportsCriFsInstaller |
CriFsInstaller APIをサポートしているか [詳解] | |
const bool | supportsCriFsWebInstaller |
CriFsWebInstaller APIをサポートしているか [詳解] | |
プロパティ | |
static string | streamingAssetsPath [get] |
StreamingAssetsフォルダのパスです。 [詳解] | |
static string | installTargetPath [get] |
データフォルダのパスです。 [詳解] | |
static string | installCachePath [get] |
キャッシュ向けデータフォルダのパスです。 [詳解] | |
CRIWAREプラグインに関する補助的な機能を提供するクラスです。
|
inlinestatic |
StreamingAssetsフォルダからの相対パスとして利用されるかを判定します。
path | ファイルパス |
|
inlinestatic |
スクリプトバージョン文字列の取得
|
inlinestatic |
バイナリバージョン番号の取得
|
inlinestatic |
スクリプトが要求するバイナリバージョンの取得
|
inlinestatic |
バイナリバージョンとスクリプトバージョンの整合性チェック
|
inlinestatic |
CRI FileSystemのメモリ使用量の取得
|
inlinestatic |
CRI Atomのメモリ使用量の取得
|
inlinestatic |
CRI Manaのメモリ使用量の取得
|
inlinestatic |
CRIWAREプラグインのCPU使用状況の取得
const bool supportsCriFsInstaller |
CriFsInstaller APIをサポートしているか
const bool supportsCriFsWebInstaller |
CriFsWebInstaller APIをサポートしているか
|
staticget |
StreamingAssetsフォルダのパスです。
|
staticget |
データフォルダのパスです。
|
staticget |
キャッシュ向けデータフォルダのパスです。