增加文字描述

This commit is contained in:
shenjianxing 2024-12-18 10:20:37 +08:00
parent 4a060ea867
commit 112cdbfc36

View File

@ -7,13 +7,13 @@
<Action type="Any"></Action> <Action type="Any"></Action>
<!--打印日志--> <!--打印日志-->
<Action type="Log" value="进入初始状态"></Action> <Action type="Log" value="进入初始状态"></Action>
<!--显示UI--> <!--显示UI value是UI的名字 isShow 是显示还是隐藏-->
<Action type="UIShow" value="UIOperationList"></Action> <Action type="UIShow" value="UIOperationList" isShow="false"></Action>
<!--移动物体--> <!--移动物体 time是多长时间移动到目标位置 0是瞬间完成-->
<Action type="Move" value="Main Camera" to="18.162,2.113,3.22" time="0"></Action> <Action type="Move" value="Main Camera" to="18.162,2.113,3.22" time="0"></Action>
<!--旋转物体--> <!--旋转物体 time是多长时间旋转到目标位置 0是瞬间完成-->
<Action type="Rotate" value="Main Camera" to="0,180,0" time="0"></Action> <Action type="Rotate" value="Main Camera" to="0,180,0" time="0"></Action>
<!--执行下一步左侧步骤列表--> <!--执行下一步左侧步骤列表 默认开始的时候为-1步 要主动调用一次才到第1步-->
<Action type="NextOperation"></Action> <Action type="NextOperation"></Action>
<!--播放动画--> <!--播放动画-->
<Action type="Anim" value="物体路径" animName="动画名字"></Action> <Action type="Anim" value="物体路径" animName="动画名字"></Action>
@ -26,7 +26,7 @@
wrongLabel="提示:器械选择错误,\r\n当前模块中不需要该物品。" wrongLabel="提示:器械选择错误,\r\n当前模块中不需要该物品。"
rightEvent="" rightEvent=""
wrongEvent=""/> wrongEvent=""/>
<!--物体点位选择--> <!--物体点位选择 物体的中心点-->
<Action type="PointQuestion" value="路径1,路径2"></Action> <Action type="PointQuestion" value="路径1,路径2"></Action>
<!--文字选择题--> <!--文字选择题-->
<Action type="TextQuestion" title="这里是标题" options="A.111|B.222|C.333|D.4444" answers="2" btns="确定,取消" wait="1" showAnswer="true"></Action> <Action type="TextQuestion" title="这里是标题" options="A.111|B.222|C.333|D.4444" answers="2" btns="确定,取消" wait="1" showAnswer="true"></Action>