This page has been translated automatically.
Видеоуроки
Интерфейс
Основы
Продвинутый уровень
Подсказки и советы
Основы
Программирование на C#
Рендеринг
Профессиональный уровень (SIM)
Принципы работы
Свойства (properties)
Компонентная Система
Рендер
Физика
Браузер SDK 2
Лицензирование и типы лицензий
Дополнения (Add-Ons)
Демонстрационные проекты
API Samples
Редактор UnigineEditor
Обзор интерфейса
Работа с ассетами
Контроль версий
Настройки и предпочтения
Работа с проектами
Настройка параметров ноды
Setting Up Materials
Настройка свойств
Освещение
Sandworm
Использование инструментов редактора для конкретных задач
Расширение функционала редактора
Встроенные объекты
Ноды (Nodes)
Объекты (Objects)
Эффекты
Декали
Источники света
Geodetics
World-ноды
Звуковые объекты
Объекты поиска пути
Player-ноды
Программирование
Основы
Настройка среды разработки
Примеры использования
C++
C#
UnigineScript
Унифицированный язык шейдеров UUSL (Unified UNIGINE Shader Language)
Плагины
Форматы файлов
Материалы и шейдеры
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
Учебные материалы

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: 27.05.2025
Build: ()