增加文档描述
This commit is contained in:
parent
808cfd9173
commit
9c5b5c813a
@ -21,13 +21,16 @@
|
|||||||
<Action type="Anim" value="物体路径" animName="动画名字" frame="-1" speed="1"></Action>
|
<Action type="Anim" value="物体路径" animName="动画名字" frame="-1" speed="1"></Action>
|
||||||
<!--右下角生成按钮 可生成多个 用逗号分开-->
|
<!--右下角生成按钮 可生成多个 用逗号分开-->
|
||||||
<Action type="Btns" value="按钮1,按钮2,按钮3"></Action>
|
<Action type="Btns" value="按钮1,按钮2,按钮3"></Action>
|
||||||
<!--用于右侧道具栏选择正确的道具 event用于配合StrEventCondition 做检测 -->
|
<!--用于右侧道具栏选择正确的道具 event用于配合StrEventCondition 做检测 rightScore 正确选择一个 得分 wrongScore 错误一个 得分 scoreStepName是评分的key -->
|
||||||
<Action type="UITools" devices="道具名字1" answers="正确道具"
|
<Action type="UITools" devices="道具名字1" answers="正确道具"
|
||||||
setActive="true"
|
setActive="true"
|
||||||
rightLabel="提示:器械选择正确。"
|
rightLabel="提示:器械选择正确。"
|
||||||
wrongLabel="提示:器械选择错误,\r\n当前模块中,不需要该物品。"
|
wrongLabel="提示:器械选择错误,\r\n当前模块中,不需要该物品。"
|
||||||
rightEvent=""
|
rightEvent=""
|
||||||
wrongEvent=""></Action>
|
wrongEvent=""
|
||||||
|
rightScore=""
|
||||||
|
wrongScore=""
|
||||||
|
scoreStepName="手术准备器械选择"></Action>
|
||||||
|
|
||||||
<!--物体点位选择 物体的中心点-->
|
<!--物体点位选择 物体的中心点-->
|
||||||
<Action type="PointQuestion" value="路径1,路径2"></Action>
|
<Action type="PointQuestion" value="路径1,路径2"></Action>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user