CRIWAREプラグインに関する補助的な機能を提供するクラスです。 [詳細]
構成 | |
| struct | CpuUsage |
| CRIWAREプラグインのCPU使用状況 [詳細] | |
Static Public メソッド | |
| static bool | IsStreamingAssetsPath (string path) |
| StreamingAssetsフォルダからの相対パスとして利用されるかを判定します。 | |
| static string | GetScriptVersionString () |
| スクリプトバージョン文字列の取得 | |
| static int | GetScriptVersionNumber () |
| スクリプトバージョン番号の取得 | |
| 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使用状況の取得 | |
Public 変数 | |
| const bool | supportsCriFsInstaller |
| CriFsInstaller APIをサポートしているか | |
| const bool | supportsCriFsWebInstaller |
| CriFsWebInstaller APIをサポートしているか | |
プロパティ | |
| static string | streamingAssetsPath [get] |
| StreamingAssetsフォルダのパスです。 | |
| static string | installTargetPath [get] |
| データフォルダのパスです。 | |
CRIWAREプラグインに関する補助的な機能を提供するクラスです。
|
inlinestatic |
StreamingAssetsフォルダからの相対パスとして利用されるかを判定します。
| path | ファイルパス |
|
inlinestatic |
スクリプトバージョン文字列の取得
|
inlinestatic |
スクリプトバージョン番号の取得
|
inlinestatic |
バイナリバージョン番号の取得
|
inlinestatic |
スクリプトが要求するバイナリバージョンの取得
|
inlinestatic |
バイナリバージョンとスクリプトバージョンの整合性チェック
|
inlinestatic |
CRI FileSystemのメモリ使用量の取得
|
inlinestatic |
CRI Atomのメモリ使用量の取得
|
inlinestatic |
CRI Manaのメモリ使用量の取得
|
inlinestatic |
CRIWAREプラグインのCPU使用状況の取得
| const bool supportsCriFsInstaller |
false
CriFsInstaller APIをサポートしているか
| const bool supportsCriFsWebInstaller |
false
CriFsWebInstaller APIをサポートしているか
|
staticget |
StreamingAssetsフォルダのパスです。
|
staticget |
データフォルダのパスです。