Method ExportXml
ExportXml(string, bool)
Exports the scene contents as an XML file.
Declaration
public void ExportXml(string filename, bool factorize)
Parameters
Type | Name | Description |
---|---|---|
string | filename | Filename of the file to create. |
bool | factorize | Indicates whether the identical objects should be represented as a single tag with quantity summed. |