Expand description
TypeKind XML parsers
Functionsยง
- boolean
- Parses
bool.trueorfalse - matrix3
- Parse as
Matrix3 - matrix4
- Parse as
Matrix4 - pointer
- Parse as
Pointer - qstransform
- Parse as
QsTransform - quaternion
- Parse as
Quaternion - real
- Parses
f32 - rotation
- Parse as
Rotation - string
- Parses a string literal until
</, e.g.,examplein (example</). - transform
- Parse as
Transform - vector3
- Parse as
Vector3 - vector4
- Parse as
Vector4