PrimeWorldEditor/templates/mp2demo/Structs/Transform.xml

15 lines
499 B
XML
Raw Normal View History

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