CRIWARE Unity Plugin Manual
Last Updated: 2024-04-24
|
コンテンツファイル情報構造体 [詳解]
公開変数類 | |
readonly string | directory |
readonly string | fileName |
uint | readSize |
uint | extractSize |
ulong | offset |
int | fileId |
string | userStr |
コンテンツファイル情報構造体
readonly string directory |
ディレクトリ名
readonly string fileName |
ファイル名
uint readSize |
読み込みサイズ(ファイルサイズ)
uint extractSize |
展開サイズ(非圧縮の場合、readSizeと同値)
ulong offset |
CPKファイルの先頭からのオフセット位置
int fileId |
ファイルID
string userStr |
ユーザ文字列(非対応)