PrimeWorldEditor/templates/mp3/Structs/Transform.xml

15 lines
499 B
XML

<?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>
</struct>