This page has been translated automatically.
UnigineScript
The Language
Core Library
Engine Library
Node-Related Classes
GUI-Related Classes
Plugins Library
High-Level Systems
Samples
C++ API
API Reference
Integration Samples
Usage Examples
C++ Plugins
Content Creation
Materials
Unigine Material Library
Tutorials
Внимание! Эта версия документация УСТАРЕЛА, поскольку относится к более ранней версии SDK! Пожалуйста, переключитесь на самую актуальную документацию для последней версии SDK.
Внимание! Эта версия документации описывает устаревшую версию SDK, которая больше не поддерживается! Пожалуйста, обновитесь до последней версии SDK.

XmlTree

XmlTree is a console tool for converting XML files into a compact binary format, which is transparent for the engine.

To invoke XmlTree, run xmltree_x86.exe (in Windows) or xmltree_x86 (in Linux) from a command-line console (the 64-bit version has x64 postfix).

Command Line Options

Clipmap recognizes the following command line options:

  • -o NAME — name of the output file.
  • -b — convert a XML file into the binary format.

Usage

The syntax for Windows is:

Shell commands
xmltree_x86.exe OPTIONS FILE

The syntax for Linux is:

Shell commands
xmltree_x86 OPTIONS FILE

Examples

Create ASCII XML from binary XML file:

Shell commands
xmltree_x86 file.xml

Create binary XML from ASCII XML file:

Shell commands
xmltree_x86 -b file.xml
Last update: 03.07.2017
Build: ()