summaryrefslogtreecommitdiffstats
path: root/tests/auto/studio3d/shared/presentation/datainput.uia
blob: fbfa55b67836b96e018c7ac71303040aadfd395a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<?xml version="1.0" encoding="UTF-8" ?>
<application>
    <assets initial="datainput">
        <dataInput name="animationInput" type="Ranged Number" min="0" max="100"/>
        <dataInput name="slideInput" type="String" />
        <presentation id="datainput" src="datainput.uip"/>
        <presentation id="subpres" src="datainput_sub.uip"/>
	</assets>
	<statemachine ref="#logic">
		<visual-states>
			<state ref="Initial">
				<enter>
					<goto-slide element="main:Scene" rel="next"/>
				</enter>
			</state>
		</visual-states>
	</statemachine>
</application>