summaryrefslogtreecommitdiffstats
path: root/examples/3dstudioruntime2/cppdatainput/presentation/datainput.uia
blob: cbe778fecb8192aa9147fa501df83bbcc9aa77c0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<?xml version='1.0' encoding='UTF-8'?>
<application>
    <assets initial="datainput">
        <presentation id="datainput" src="datainput.uip"/>
        <dataInput name="colorInput" type="Vector3"/>
        <dataInput name="rangeInput" type="Ranged Number" min="0" max="360"/>
    </assets>
    <statemachine ref="#logic">
        <visual-states>
            <state ref="Initial">
                <enter>
                    <goto-slide element="main:Scene" rel="next"/>
                </enter>
            </state>
        </visual-states>
    </statemachine>
</application>