mirror of
https://github.com/PrimeDecomp/retro-script-object-templates.git
synced 2026-07-12 18:18:59 -07:00
32 lines
1.4 KiB
XML
32 lines
1.4 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<PropertyTemplate ArchiveVer="4" Game="DKCReturns">
|
|
<PropertyArchetype Type="Struct">
|
|
<Name>InterpolationMethod</Name>
|
|
<SubProperties>
|
|
<Element Type="Enum" ID="0x9B5957D">
|
|
<DefaultValue>0xDD7C3483</DefaultValue>
|
|
<Values>
|
|
<Element Name="kICT_None" ID="0x574B201C"/>
|
|
<Element Name="kICT_Linear" ID="0xDD7C3483"/>
|
|
<Element Name="kICT_Slerp" ID="0xC740F1F9"/>
|
|
<Element Name="kICT_Sine" ID="0xF1B5D3EC"/>
|
|
<Element Name="kICT_EaseInOut" ID="0xED3D458D"/>
|
|
<Element Name="kICT_ControlSpline" ID="0x7355CEFE"/>
|
|
<Element Name="kICT_MatchVelocity" ID="0x348ED10D"/>
|
|
<Element Name="Unknown 8" ID="0x9AF51C89"/>
|
|
</Values>
|
|
</Element>
|
|
<Element Type="Spline" ID="0x15567FE7"/>
|
|
<Element Type="Float" ID="0xB08D3237">
|
|
<DefaultValue>0.25</DefaultValue>
|
|
</Element>
|
|
<Element Type="Float" ID="0x67E3836A">
|
|
<DefaultValue>0.75</DefaultValue>
|
|
</Element>
|
|
<Element Type="Float" ID="0x8B51E23F">
|
|
<DefaultValue>1.0</DefaultValue>
|
|
</Element>
|
|
</SubProperties>
|
|
</PropertyArchetype>
|
|
</PropertyTemplate>
|