This page has been translated automatically.
视频教程
界面
要领
高级
实用建议
基础
专业(SIM)
UnigineEditor
界面概述
资源工作流程
Version Control
设置和首选项
项目开发
调整节点参数
Setting Up Materials
设置属性
照明
Sandworm
使用编辑器工具执行特定任务
如何擴展編輯器功能
嵌入式节点类型
Nodes
Objects
Effects
Decals
光源
Geodetics
World Nodes
Sound Objects
Pathfinding Objects
Players
编程
基本原理
搭建开发环境
使用范例
C++
C#
UnigineScript
统一的Unigine着色器语言 UUSL (Unified UNIGINE Shader Language)
Plugins
File Formats
材质和着色器
Rebuilding the Engine Tools
GUI
双精度坐标
应用程序接口(API)参考
Animations-Related Classes
Containers
Common Functionality
Controls-Related Classes
Engine-Related Classes
GUI-Related Classes
Math Functionality
Node-Related Classes
Objects-Related Classes
Networking Functionality
Pathfinding-Related Classes
Physics-Related Classes
Plugins-Related Classes
IG Plugin
CIGIConnector Plugin
Rendering-Related Classes
VR-Related Classes
创建内容
内容优化
材质
Material Nodes Library
Miscellaneous
Input
Math
Matrix
Textures
Art Samples
Tutorials

Unigine::Package Class

Header: #include <UnigineFileSystem.h>

Unigine external package.

Package Class

Members


virtual const char * getFilePath ( int num ) =0#

Returns the path to the file at the specified index.

Arguments

  • int num - Index of the file in the package.

Return value

Relative path to the file within the package.

virtual int getNumFiles ( ) =0#

Returns the number of files in the package.

Return value

Number of the package files.

virtual bool readFile ( unsigned char * data, size_t size ) =0#

Reads the currently selected file.

Arguments

  • unsigned char * data - Destination data pointer.
  • size_t size - Size of the data buffer.

Return value

true if the file is successfully read; otherwise, false is returned.

virtual bool selectFile ( const char * path, size_t & size ) =0#

Selects a file with the specified path and puts its size to the specified buffer.

Arguments

  • const char * path - Relative path to the file to be selected within the package.
  • size_t & size - Buffer to receive the selected file size, in bytes.

Return value

true if the file is selected; otherwise, false is returned.

virtual ~Package ( ) #

Virtual destructor.

int findFile ( const char * path ) const#

Returns the file index in the package by its name.

Arguments

  • const char * path - Relative path to the file within the package.

Return value

File index. A number between 0 and the total number of files in the package, or -1, if the file doesn't exist.

size_t getFileSize ( int num ) const#

Returns the size of the file at the specified index within the package.

Arguments

  • int num - Index of the file in the package.

Return value

Size of the file with the specified index, in bytes.

The information on this page is valid for UNIGINE 2.20 SDK.

Last update: 2025-05-27
Build: ()