summaryrefslogtreecommitdiffstats
path: root/examples/3dstudioruntime2/qmldatainput/presentation/datainput.uia
diff options
context:
space:
mode:
Diffstat (limited to 'examples/3dstudioruntime2/qmldatainput/presentation/datainput.uia')
-rw-r--r--examples/3dstudioruntime2/qmldatainput/presentation/datainput.uia21
1 files changed, 21 insertions, 0 deletions
diff --git a/examples/3dstudioruntime2/qmldatainput/presentation/datainput.uia b/examples/3dstudioruntime2/qmldatainput/presentation/datainput.uia
new file mode 100644
index 0000000..2abe03b
--- /dev/null
+++ b/examples/3dstudioruntime2/qmldatainput/presentation/datainput.uia
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8" ?>
+<application>
+ <assets initial="datainput">
+ <presentation id="datainput" src="datainput.uip"/>
+ <dataInput name="rangeInput" type="Ranged Number" min="0" max="360"/>
+ <dataInput name="scaleInput" type="Vector3"/>
+ <dataInput name="stringInput" type="String"/>
+ <dataInput name="colorInput" type="Vector3"/>
+ <dataInput name="cameraRotInput" type="Vector3"/>
+ <dataInput name="variantInput" type="Variant"/>
+ </assets>
+ <statemachine ref="#logic">
+ <visual-states>
+ <state ref="Initial">
+ <enter>
+ <goto-slide element="main:Scene" rel="next"/>
+ </enter>
+ </state>
+ </visual-states>
+ </statemachine>
+</application>