#include <external/RadixEngine/include/radix/data/map/XmlHelper.hpp>
void radix::XmlHelper::extractColor |
( |
tinyxml2::XMLElement * |
xmlElement, |
|
|
Vector3f & |
color |
|
) |
| |
|
static |
void radix::XmlHelper::extractPosition |
( |
tinyxml2::XMLElement * |
xmlElement, |
|
|
Vector3f & |
position |
|
) |
| |
|
static |
void radix::XmlHelper::extractRotation |
( |
tinyxml2::XMLElement * |
xmlElement, |
|
|
Vector3f & |
rotation |
|
) |
| |
|
static |
void radix::XmlHelper::extractScale |
( |
tinyxml2::XMLElement * |
xmlElement, |
|
|
Vector3f & |
scale |
|
) |
| |
|
static |
void radix::XmlHelper::extractTriggerActions |
( |
Entity & |
trigger, |
|
|
tinyxml2::XMLElement * |
xmlElement |
|
) |
| |
|
static |
void radix::XmlHelper::pushAttributeVertexToVector |
( |
tinyxml2::XMLElement * |
xmlElement, |
|
|
Vector3f & |
targetVector |
|
) |
| |
|
static |
Pushes vector coordinates from an XML-element to a Vector3f.
Trying to pull attributes from a non-existing element is considered an exception.
void radix::XmlHelper::throwMandatoryAttributeException |
( |
const std::string & |
message | ) |
|
|
static |
std::string radix::XmlHelper::invalidElementMessage |
|
static |
std::string radix::XmlHelper::mandatoryAttributeMessage |
|
static |
The documentation for this class was generated from the following files: