CRIWARE Unity Plugin Manual  Last Updated: 2024-07-12
CriFsBinder.ContentsFileInfo Struct Reference

Content file information structure More...

Public Attributes

readonly string directory
 
readonly string fileName
 
uint readSize
 
uint extractSize
 
ulong offset
 
int fileId
 
string userStr
 

Detailed Description

Content file information structure

Description:
Output information of the CriWare.CriFsBinder::GetContentsFileInfo function.
Information relative to the access of the content of the retrieved CPK file is stored.
See also
CriFsBinder::GetContentsFileInfo(int, out ContentsFileInfo), CriFsBinder::GetContentsFileInfo(string, out ContentsFileInfo)

Member Data Documentation

readonly string directory

Directory name

readonly string fileName

File name

uint readSize

Read size (file size)

uint extractSize

Expanded size (same as readSize for uncompressed data)

ulong offset

Offset from the beginning of the CPK file

int fileId

File ID

string userStr

User string (not supported)


The documentation for this struct was generated from the following file: