PrimeWorldEditor/templates/mp2/Structs/Transform.xml

9 lines
283 B
XML
Raw Normal View History

<?xml version="1.0" encoding="UTF-8"?>
<struct name="Transform" type="single">
2016-01-02 17:24:40 +00:00
<properties>
<property ID="0x00" name="Position" type="vector3f"/>
<property ID="0x01" name="Rotation" type="vector3f"/>
<property ID="0x02" name="Scale" type="vector3f"/>
</properties>
</struct>