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: 2017-07-03
Build: ()