修改跳转
This commit is contained in:
parent
95d2154078
commit
aaa7257914
@ -16,6 +16,36 @@ namespace QAssetBundle
|
||||
public const string BundleName = "line_prefab";
|
||||
public const string LINE = "Line";
|
||||
}
|
||||
public class Ui3dbodyinfo_prefab
|
||||
{
|
||||
public const string BundleName = "ui3dbodyinfo_prefab";
|
||||
public const string UIBODY3DINFO = "UIBody3DInfo";
|
||||
}
|
||||
public class Ui3dobjselect_prefab
|
||||
{
|
||||
public const string BundleName = "ui3dobjselect_prefab";
|
||||
public const string UI3DOBJSELECT = "UI3DObjSelect";
|
||||
}
|
||||
public class Ui3dobjshow_prefab
|
||||
{
|
||||
public const string BundleName = "ui3dobjshow_prefab";
|
||||
public const string UI3DOBJSHOW = "UI3DObjShow";
|
||||
}
|
||||
public class Uibody3d_prefab
|
||||
{
|
||||
public const string BundleName = "uibody3d_prefab";
|
||||
public const string UIBODY3D = "UIBody3D";
|
||||
}
|
||||
public class Uibody3dmenutree_prefab
|
||||
{
|
||||
public const string BundleName = "uibody3dmenutree_prefab";
|
||||
public const string UIBODY3DMENUTREE = "UIBody3DMenuTree";
|
||||
}
|
||||
public class Uibody3dmouse_prefab
|
||||
{
|
||||
public const string BundleName = "uibody3dmouse_prefab";
|
||||
public const string UIBODY3DMOUSE = "UIBody3DMouse";
|
||||
}
|
||||
public class Uibtns_prefab
|
||||
{
|
||||
public const string BundleName = "uibtns_prefab";
|
||||
@ -31,11 +61,26 @@ namespace QAssetBundle
|
||||
public const string BundleName = "uidevicetip_prefab";
|
||||
public const string UIDEVICETIP = "UIDeviceTip";
|
||||
}
|
||||
public class Uidraw_prefab
|
||||
{
|
||||
public const string BundleName = "uidraw_prefab";
|
||||
public const string UIDRAW = "UIDraw";
|
||||
}
|
||||
public class Uihint_prefab
|
||||
{
|
||||
public const string BundleName = "uihint_prefab";
|
||||
public const string UIHINT = "UIHint";
|
||||
}
|
||||
public class Uiimagetip_prefab
|
||||
{
|
||||
public const string BundleName = "uiimagetip_prefab";
|
||||
public const string UIIMAGETIP = "UIImageTip";
|
||||
}
|
||||
public class Uiinput_prefab
|
||||
{
|
||||
public const string BundleName = "uiinput_prefab";
|
||||
public const string UIINPUT = "UIInput";
|
||||
}
|
||||
public class Uiinstruction_prefab
|
||||
{
|
||||
public const string BundleName = "uiinstruction_prefab";
|
||||
|
||||
@ -484,22 +484,7 @@
|
||||
<Action type="StrEvent" name="HighLightTrigger" value="false"></Action>-->
|
||||
|
||||
|
||||
<!--初始化人员准备--><!--
|
||||
--><!--人物身上衣服隐藏--><!--
|
||||
<Action type="Show" value="ExamPrefab/huanzhuang/ChuanDai/ChuanDai_GongZuoFu" isShow="false"></Action>
|
||||
<Action type="Show" value="ExamPrefab/huanzhuang/ChuanDai/ChuanDai_KouZhao" isShow="false"></Action>
|
||||
<Action type="Show" value="ExamPrefab/huanzhuang/ChuanDai/ChuanDai_MaoZi" isShow="false"></Action>
|
||||
--><!--物品显示--><!--
|
||||
<Action type="Show" value="ExamPrefab/huanzhuang/WuPin/GongZuoFu" isShow="true"></Action>
|
||||
<Action type="Show" value="ExamPrefab/huanzhuang/WuPin/MaoZi" isShow="true"></Action>
|
||||
<Action type="Show" value="ExamPrefab/huanzhuang/WuPin/KouZhao" isShow="true"></Action>
|
||||
<Action type="Show" value="ExamPrefab/huanzhuang/WuPin/ShouTao" isShow="true"></Action>
|
||||
<Action type="HighLight" value="ExamPrefab/huanzhuang/WuPin/MaoZi" isHigh="false" color="0,255,0,255"></Action>
|
||||
<Action type="HighLight" value="ExamPrefab/huanzhuang/WuPin/KouZhao" isHigh="false" color="0,255,0,255"></Action>
|
||||
<Action type="HighLight" value="ExamPrefab/huanzhuang/WuPin/GongZuoFu" isHigh="false" color="0,255,0,255"></Action>
|
||||
|
||||
<Action type="Show" value="ExamPrefab/huanzhuang/ZhengChangYiFu" isShow="true"></Action>
|
||||
<Action type="StrEvent" name="HighLightTrigger" value="false"></Action>-->
|
||||
|
||||
|
||||
|
||||
</Action>
|
||||
@ -510,9 +495,15 @@
|
||||
<!--点击帽子-->
|
||||
<Action type="Sequence">
|
||||
|
||||
|
||||
<Action type="Parallel">
|
||||
<Action type="Rotate" value="FlyCamera" to="17.27, 183.30, 0.00" time="0"></Action>
|
||||
|
||||
<Action type="Move" value="FlyCamera" to="3.97, 3.37, -24.80" time="0"></Action>
|
||||
|
||||
</Action>
|
||||
|
||||
|
||||
<Action type="CameraSwitch" nearPos="3.97, 3.37, -24.80" nearRot="17.27, 183.30, 0.00" nearTime="0" normalPos="3.97, 3.37, -24.80" normalRot="17.27, 183.30, 0.00" normalTime="0" isOn="normal"></Action>
|
||||
|
||||
|
||||
|
||||
@ -415,36 +415,39 @@
|
||||
</Action>
|
||||
</Start>
|
||||
|
||||
<Finished>
|
||||
<!--<Finished>
|
||||
<Action type="Sequence">
|
||||
<Action type="StrEvent" name="HighLightTrigger" value="true"></Action>
|
||||
|
||||
|
||||
</Action>
|
||||
</Finished>
|
||||
</Finished>-->
|
||||
|
||||
|
||||
</Step>
|
||||
|
||||
<Step name="人员准备">
|
||||
<Reset>
|
||||
<!--人员准备重置-->
|
||||
<!--<Reset>
|
||||
--><!--人员准备重置--><!--
|
||||
<Action type="Sequence">
|
||||
|
||||
|
||||
<Action type="StrEvent" name="HighLightTrigger" value="false"></Action>
|
||||
<Action type="Rotate" value="FlyCamera" to="17.27, 183.30, 0.00" time="0"></Action>
|
||||
<Action type="Move" value="FlyCamera" to="3.97, 3.37, -24.80" time="0"></Action>
|
||||
|
||||
--><!--<Action type="Rotate" value="FlyCamera" to="17.27, 183.30, 0.00" time="0"></Action>
|
||||
<Action type="Move" value="FlyCamera" to="3.97, 3.37, -24.80" time="0"></Action>--><!--
|
||||
|
||||
|
||||
|
||||
<!--初始化人员准备-->
|
||||
<!--人物身上衣服隐藏-->
|
||||
<Action type="Show" value="ExamPrefab/huanzhuang/ChuanDai/ChuanDai_GongZuoFu" isShow="false"></Action>
|
||||
--><!--初始化人员准备--><!--
|
||||
--><!--人物身上衣服隐藏--><!--
|
||||
--><!--<Action type="Show" value="ExamPrefab/huanzhuang/ChuanDai/ChuanDai_GongZuoFu" isShow="false"></Action>
|
||||
<Action type="Show" value="ExamPrefab/huanzhuang/ChuanDai/ChuanDai_KouZhao" isShow="false"></Action>
|
||||
<Action type="Show" value="ExamPrefab/huanzhuang/ChuanDai/ChuanDai_MaoZi" isShow="false"></Action>
|
||||
<!--物品显示-->
|
||||
<Action type="Show" value="ExamPrefab/huanzhuang/WuPin/GongZuoFu" isShow="true"></Action>
|
||||
<Action type="Show" value="ExamPrefab/huanzhuang/ChuanDai/ChuanDai_MaoZi" isShow="false"></Action>--><!--
|
||||
|
||||
|
||||
--><!--物品显示--><!--
|
||||
--><!--<Action type="Show" value="ExamPrefab/huanzhuang/WuPin/GongZuoFu" isShow="true"></Action>
|
||||
<Action type="Show" value="ExamPrefab/huanzhuang/WuPin/MaoZi" isShow="true"></Action>
|
||||
<Action type="Show" value="ExamPrefab/huanzhuang/WuPin/KouZhao" isShow="true"></Action>
|
||||
<Action type="Show" value="ExamPrefab/huanzhuang/WuPin/ShouTao" isShow="true"></Action>
|
||||
@ -452,12 +455,12 @@
|
||||
<Action type="HighLight" value="ExamPrefab/huanzhuang/WuPin/KouZhao" isHigh="false" color="0,255,0,255"></Action>
|
||||
<Action type="HighLight" value="ExamPrefab/huanzhuang/WuPin/GongZuoFu" isHigh="false" color="0,255,0,255"></Action>
|
||||
|
||||
<Action type="Show" value="ExamPrefab/huanzhuang/ZhengChangYiFu" isShow="true"></Action>
|
||||
<Action type="Show" value="ExamPrefab/huanzhuang/ZhengChangYiFu" isShow="true"></Action>--><!--
|
||||
|
||||
|
||||
|
||||
</Action>
|
||||
</Reset>
|
||||
</Reset>-->
|
||||
|
||||
<Start>
|
||||
<Action type="Sequence">
|
||||
@ -466,8 +469,12 @@
|
||||
|
||||
|
||||
|
||||
<Action type="Move" value="FlyCamera" to="3.97, 3.37, -24.80" time="0"></Action>
|
||||
<Action type="Rotate" value="FlyCamera" to="17.27, 183.30, 0.00" time="0"></Action>
|
||||
<Action type="Parallel">
|
||||
<Action type="Rotate" value="FlyCamera" to="17.27, 183.30, 0.00" time="0"></Action>
|
||||
|
||||
<Action type="Move" value="FlyCamera" to="3.97, 3.37, -24.80" time="0"></Action>
|
||||
|
||||
</Action>
|
||||
|
||||
<Action type="CameraSwitch" normalPos="3.97, 3.37, -24.80" normalRot="17.27, 183.30, 0.00" normalTime="0" isOn="normal"></Action>
|
||||
|
||||
|
||||
@ -461,39 +461,43 @@
|
||||
<Action type="Btns" value="下一步"/>
|
||||
<Condition type="UIClick" value="UIRoot/RightBottom/UIBtns/BtnContent/下一步"/>
|
||||
|
||||
|
||||
<Action type="Rotate" value="FlyCamera" to="17.27, 183.30, 0.00" time="0"></Action>
|
||||
|
||||
|
||||
<Action type="Move" value="FlyCamera" to="3.97, 3.37, -24.80" time="0"></Action>
|
||||
|
||||
|
||||
|
||||
<Action type="NextOperation"></Action>
|
||||
|
||||
|
||||
|
||||
|
||||
</Action>
|
||||
</Start>
|
||||
<Finished>
|
||||
<!--<Finished>
|
||||
<Action type="Sequence">
|
||||
<Action type="Show" value="ExamPrefab/Teach_ToolsChose" isShow="true"></Action>
|
||||
<Action type="Show" value="ExamPrefab/Teach_ModelChose" isShow="true"></Action>
|
||||
<!--模块显示-->
|
||||
--><!--模块显示--><!--
|
||||
<Action type="Show" value="ExamPrefab/Teach_ModelChose/SM_zhu_an3_4" isShow="true"></Action>
|
||||
<Action type="Show" value="ExamPrefab/Teach_ModelChose/SM_zhu_an3_4/juese" isShow="false"></Action>
|
||||
<Action type="Show" value="ExamPrefab/Teach_ModelChose/SM_zhu_an3_4/SM_XiaoZhu" isShow="false"></Action>
|
||||
<Action type="Show" value="ExamPrefab/Teach_ModelChose/SM_zhu_an3_4/SM_XiaoZhu" isShow="false"></Action>
|
||||
<Action type="Show" value="ExamPrefab/Teach_ModelChose/SM_zhu_an2" isShow="false"></Action>
|
||||
<Action type="Show" value="ExamPrefab/Teach_ModelChose/SM_zhu_an5_6" isShow="false"></Action>
|
||||
<!--动画的工具显示-->
|
||||
--><!--动画的工具显示--><!--
|
||||
<Action type="Show" value="ExamPrefab/Teach_ModelChose/SM_zhu_an3_4/SM_XiaoTuiChe/SM_XiaoWuJian/SM_PenHu_DianDing" isShow="true"></Action>
|
||||
<Action type="Show" value="ExamPrefab/Teach_ModelChose/SM_zhu_an3_4/SM_XiaoTuiChe/SM_XiaoWuJian/SM_DianReDuanWeiQian_FuZhi" isShow="false"></Action>
|
||||
<!--动画的工具隐藏-->
|
||||
--><!--动画的工具隐藏--><!--
|
||||
<Action type="Show" value="ExamPrefab/Teach_ModelChose/SM_zhu_an3_4/SM_XiaoTuiChe/SM_XiaoWuJian/SM_JianYaQian1" isShow="false"></Action>
|
||||
<Action type="Show" value="ExamPrefab/Teach_ModelChose/SM_zhu_an3_4/SM_XiaoTuiChe/SM_XiaoWuJian/SM_LiuSuanQingJia" isShow="false"></Action>
|
||||
<!--工具的物体显示-->
|
||||
--><!--工具的物体显示--><!--
|
||||
<Action type="Show" value="ExamPrefab/Teach_ToolsChose/SM_gongju/SM_ShouNaDai" isShow="true"></Action>
|
||||
<Action type="Show" value="ExamPrefab/Teach_ToolsChose/SM_gongju/SM_LouKongKuang" isShow="true"></Action>
|
||||
<Action type="Show" value="ExamPrefab/Teach_ToolsChose/SM_gongju/SM_XiaoWuJian/SM_DianDing" isShow="true"></Action>
|
||||
<Action type="Show" value="ExamPrefab/Teach_ToolsChose/SM_gongju/SM_XiaoWuJian/SM_YiCiXingRuJiaoShouTao" isShow="true"></Action>
|
||||
|
||||
<!--工具的物体隐藏-->
|
||||
--><!--工具的物体隐藏--><!--
|
||||
<Action type="Show" value="ExamPrefab/Teach_ToolsChose/SM_gongju/SM_LiangBei" isShow="false"></Action>
|
||||
<Action type="Show" value="ExamPrefab/Teach_ToolsChose/SM_gongju/SM_yiyongzhufeiji" isShow="false"></Action>
|
||||
<Action type="Show" value="ExamPrefab/Teach_ToolsChose/SM_gongju/chizhenqian" isShow="false"></Action>
|
||||
@ -517,37 +521,38 @@
|
||||
<Action type="Show" value="ExamPrefab/Teach_ToolsChose/SM_gongju/SM_XiaoWuJian/SM_XiaoDuYe" isShow="false"></Action>
|
||||
<Action type="Show" value="ExamPrefab/Teach_ToolsChose/SM_gongju/SM_XiaoWuJian/SM_ZhenTou" isShow="false"></Action>
|
||||
<Action type="Show" value="ExamPrefab/Teach_ToolsChose/SM_gongju/SM_XiaoWuJian/SM_YiYongJiuJing" isShow="false"></Action>
|
||||
<!--尾巴隐藏-->
|
||||
--><!--尾巴隐藏--><!--
|
||||
<Action type="Show" value="ExamPrefab/Teach_ModelChose/SM_zhu_an3_4/SM_XiaoZhu_WeiBa_duan" isShow="false"></Action>
|
||||
<Action type="Show" value="ExamPrefab/Teach_ToolsChose" isShow="true"></Action>
|
||||
<Action type="Show" value="ExamPrefab/Teach_ToolsChose/SM_gongju" isShow="true"></Action>
|
||||
<Action type="StrEvent" name="HighLightTrigger" value="true"></Action>
|
||||
|
||||
</Action>
|
||||
</Finished>
|
||||
</Finished>-->
|
||||
</Step>
|
||||
|
||||
<Step name="人员准备">
|
||||
<Reset>
|
||||
<!--人员准备重置-->
|
||||
<!--<Reset>
|
||||
--><!--人员准备重置--><!--
|
||||
<Action type="Sequence">
|
||||
|
||||
<Action type="Rotate" value="FlyCamera" to="17.27, 183.30, 0.00" time="0"></Action>
|
||||
<Action type="Move" value="FlyCamera" to="3.97, 3.37, -24.80" time="0"></Action>
|
||||
|
||||
<Action type="Parallel">
|
||||
<Action type="Rotate" value="FlyCamera" to="17.27, 183.30, 0.00" time="0"></Action>
|
||||
|
||||
<Action type="Move" value="FlyCamera" to="3.97, 3.37, -24.80" time="0"></Action>
|
||||
|
||||
</Action>
|
||||
|
||||
<Action type="CameraSwitch" normalPos="3.97, 3.37, -24.80" normalRot="17.27, 183.30, 0.00" normalTime="0" isNear="false"></Action>
|
||||
|
||||
<Action type="StrEvent" name="HighLightTrigger" value="false"></Action>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<!--初始化人员准备-->
|
||||
<!--人物身上衣服隐藏-->
|
||||
--><!--初始化人员准备--><!--
|
||||
--><!--人物身上衣服隐藏--><!--
|
||||
<Action type="Show" value="ExamPrefab/huanzhuang/ChuanDai/ChuanDai_GongZuoFu" isShow="false"></Action>
|
||||
<Action type="Show" value="ExamPrefab/huanzhuang/ChuanDai/ChuanDai_KouZhao" isShow="false"></Action>
|
||||
<Action type="Show" value="ExamPrefab/huanzhuang/ChuanDai/ChuanDai_MaoZi" isShow="false"></Action>
|
||||
<!--物品显示-->
|
||||
--><!--物品显示--><!--
|
||||
<Action type="Show" value="ExamPrefab/huanzhuang/WuPin/GongZuoFu" isShow="true"></Action>
|
||||
<Action type="Show" value="ExamPrefab/huanzhuang/WuPin/MaoZi" isShow="true"></Action>
|
||||
<Action type="Show" value="ExamPrefab/huanzhuang/WuPin/KouZhao" isShow="true"></Action>
|
||||
@ -561,7 +566,7 @@
|
||||
|
||||
|
||||
</Action>
|
||||
</Reset>
|
||||
</Reset>-->
|
||||
|
||||
<Start>
|
||||
<Action type="Sequence">
|
||||
@ -569,19 +574,20 @@
|
||||
<Action type="Sequence">
|
||||
|
||||
|
||||
<Action type="Parallel">
|
||||
<Action type="Rotate" value="FlyCamera" to="17.27, 183.30, 0.00" time="0"></Action>
|
||||
|
||||
<Action type="Move" value="FlyCamera" to="3.97, 3.37, -24.80" time="0"></Action>
|
||||
|
||||
</Action>
|
||||
|
||||
<Action type="CameraSwitch" normalPos="3.97, 3.37, -24.80" normalRot="17.27, 183.30, 0.00" normalTime="0" isOn="normal"></Action>
|
||||
|
||||
|
||||
<Action type="StrEvent" name="HighLightTrigger" value="false"></Action>
|
||||
|
||||
|
||||
<Action type="Hint" value="穿戴帽子、口罩、工作服" time="-1" icon="false" audio="Zhu/Z004.mp3"></Action>
|
||||
|
||||
<Action type="CameraSwitch" normalPos="3.97, 3.37, -24.80" normalRot="17.27, 183.30, 0.00" normalTime="0" isOn="near"></Action>
|
||||
|
||||
<Action type="Move" value="FlyCamera" to="3.97, 3.37, -24.80" time="0"></Action>
|
||||
<!--旋转物体 time是多长时间旋转到目标位置 0是瞬间完成-->
|
||||
<Action type="Rotate" value="FlyCamera" to="17.27, 183.30, 0.00" time="0"></Action>
|
||||
|
||||
<!--初始化人员准备-->
|
||||
<!--人物身上衣服隐藏-->
|
||||
<Action type="Show" value="ExamPrefab/huanzhuang/ChuanDai/ChuanDai_GongZuoFu" isShow="false"></Action>
|
||||
@ -594,6 +600,7 @@
|
||||
<Action type="Show" value="ExamPrefab/huanzhuang/WuPin/ShouTao" isShow="true"></Action>
|
||||
|
||||
<Action type="HighLight" value="ExamPrefab/huanzhuang/WuPin/MaoZi" isHigh="true" color="0,255,0,255"></Action>
|
||||
<Action type="StrEvent" name="HighLightTrigger" value="false"></Action>
|
||||
|
||||
<Condition type="ObjClick" value="ExamPrefab/huanzhuang/WuPin/MaoZi" ></Condition>
|
||||
<Action type="HighLight" value="ExamPrefab/huanzhuang/WuPin/MaoZi" isHigh="false" color="0,255,0,255"></Action>
|
||||
@ -604,8 +611,6 @@
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</Action>
|
||||
<!--点击口罩-->
|
||||
<Action type="Sequence">
|
||||
|
||||
@ -404,18 +404,19 @@
|
||||
<Action type="Btns" value="下一步"/>
|
||||
<Condition type="UIClick" value="UIRoot/RightBottom/UIBtns/BtnContent/下一步"/>
|
||||
|
||||
<Action type="Parallel">
|
||||
<Action type="Rotate" value="FlyCamera" to="17.27, 183.30, 0.00" time="0"></Action>
|
||||
|
||||
<Action type="Rotate" value="FlyCamera" to="17.27, 183.30, 0.00" time="0"></Action>
|
||||
<Action type="Move" value="FlyCamera" to="3.97, 3.37, -24.80" time="0"></Action>
|
||||
|
||||
<Action type="Move" value="FlyCamera" to="3.97, 3.37, -24.80" time="0"></Action>
|
||||
|
||||
</Action>
|
||||
|
||||
<Action type="NextOperation"></Action>
|
||||
|
||||
</Action>
|
||||
</Start>
|
||||
<!--结束事件-->
|
||||
<Finished>
|
||||
<!--<Finished>
|
||||
<Action type="Sequence">
|
||||
|
||||
<Action type="Show" value="ExamPrefab/Teach_ToolsChose" isShow="true"></Action>
|
||||
@ -424,27 +425,28 @@
|
||||
|
||||
|
||||
</Action>
|
||||
</Finished>
|
||||
</Finished>-->
|
||||
</Step>
|
||||
|
||||
<Step name="人员准备">
|
||||
<Reset>
|
||||
<!--<Reset>
|
||||
<Action type="Sequence">
|
||||
|
||||
<Action type="Rotate" value="FlyCamera" to="17.27, 183.30, 0.00" time="0"></Action>
|
||||
<Action type="Parallel">
|
||||
<Action type="Rotate" value="FlyCamera" to="17.27, 183.30, 0.00" time="0"></Action>
|
||||
|
||||
<Action type="Move" value="FlyCamera" to="3.97, 3.37, -24.80" time="0"></Action>
|
||||
|
||||
<Action type="Move" value="FlyCamera" to="3.97, 3.37, -24.80" time="0"></Action>
|
||||
</Action>
|
||||
|
||||
|
||||
|
||||
|
||||
<!--初始化人员准备-->
|
||||
<!--人物身上衣服隐藏-->
|
||||
--><!--初始化人员准备--><!--
|
||||
--><!--人物身上衣服隐藏--><!--
|
||||
<Action type="Show" value="ExamPrefab/huanzhuang/ChuanDai/ChuanDai_GongZuoFu" isShow="false"></Action>
|
||||
<Action type="Show" value="ExamPrefab/huanzhuang/ChuanDai/ChuanDai_KouZhao" isShow="false"></Action>
|
||||
<Action type="Show" value="ExamPrefab/huanzhuang/ChuanDai/ChuanDai_MaoZi" isShow="false"></Action>
|
||||
<!--物品显示-->
|
||||
--><!--物品显示--><!--
|
||||
<Action type="Show" value="ExamPrefab/huanzhuang/WuPin/GongZuoFu" isShow="true"></Action>
|
||||
<Action type="Show" value="ExamPrefab/huanzhuang/WuPin/MaoZi" isShow="true"></Action>
|
||||
<Action type="Show" value="ExamPrefab/huanzhuang/WuPin/KouZhao" isShow="true"></Action>
|
||||
@ -459,7 +461,7 @@
|
||||
|
||||
|
||||
</Action>
|
||||
</Reset>
|
||||
</Reset>-->
|
||||
|
||||
<Start>
|
||||
<Action type="Sequence">
|
||||
@ -468,8 +470,12 @@
|
||||
|
||||
<Action type="StrEvent" name="HighLightTrigger" value="false"></Action>
|
||||
|
||||
<Action type="Move" value="FlyCamera" to="3.97, 3.37, -24.80" time="0"></Action>
|
||||
<Action type="Rotate" value="FlyCamera" to="17.27, 183.30, 0.00" time="0"></Action>
|
||||
<Action type="Parallel">
|
||||
<Action type="Rotate" value="FlyCamera" to="17.27, 183.30, 0.00" time="0"></Action>
|
||||
|
||||
<Action type="Move" value="FlyCamera" to="3.97, 3.37, -24.80" time="0"></Action>
|
||||
|
||||
</Action>
|
||||
|
||||
<Action type="CameraSwitch" normalPos="3.97, 3.37, -24.80" normalRot="17.27, 183.30, 0.00" normalTime="0" isNear="false"></Action>
|
||||
|
||||
|
||||
@ -473,23 +473,26 @@
|
||||
<Action type="Btns" value="下一步"/>
|
||||
<Condition type="UIClick" value="UIRoot/RightBottom/UIBtns/BtnContent/下一步"/>
|
||||
|
||||
<Action type="Rotate" value="FlyCamera" to="17.27, 183.30, 0.00" time="0"></Action>
|
||||
<Action type="Parallel">
|
||||
<Action type="Rotate" value="FlyCamera" to="17.27, 183.30, 0.00" time="0"></Action>
|
||||
|
||||
<Action type="Move" value="FlyCamera" to="3.97, 3.37, -24.80" time="0"></Action>
|
||||
|
||||
</Action>
|
||||
|
||||
<Action type="Move" value="FlyCamera" to="3.97, 3.37, -24.80" time="0"></Action>
|
||||
|
||||
<Action type="NextOperation"></Action>
|
||||
|
||||
</Action>
|
||||
</Start>
|
||||
|
||||
<Finished>
|
||||
<!--<Finished>
|
||||
<Action type="Sequence">
|
||||
<Action type="Show" value="ExamPrefab/Teach_ModelChose/SM_zhu_an5_6/juese" isShow="true"></Action>
|
||||
<Action type="Show" value="ExamPrefab/Teach_ModelChose/SM_zhu_an5_6/SM_XiaoZhu" isShow="true"></Action>
|
||||
<Action type="StrEvent" name="HighLightTrigger" value="true"></Action>
|
||||
|
||||
</Action>
|
||||
</Finished>
|
||||
</Finished>-->
|
||||
|
||||
</Step>
|
||||
|
||||
@ -497,24 +500,32 @@
|
||||
|
||||
|
||||
<Step name="人员准备">
|
||||
<Reset>
|
||||
<!--<Reset>
|
||||
<Action type="Sequence">
|
||||
|
||||
|
||||
<Action type="Rotate" value="FlyCamera" to="17.27, 183.30, 0.00" time="0"></Action>
|
||||
<Action type="Move" value="FlyCamera" to="3.97, 3.37, -24.80" time="0"></Action>
|
||||
|
||||
|
||||
|
||||
<Action type="Parallel">
|
||||
<Action type="Rotate" value="FlyCamera" to="17.27, 183.30, 0.00" time="0"></Action>
|
||||
|
||||
<Action type="Move" value="FlyCamera" to="3.97, 3.37, -24.80" time="0"></Action>
|
||||
|
||||
</Action>
|
||||
|
||||
|
||||
|
||||
<Action type="StrEvent" name="HighLightTrigger" value="false"></Action>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<!--初始化人员准备-->
|
||||
<!--人物身上衣服隐藏-->
|
||||
--><!--初始化人员准备--><!--
|
||||
--><!--人物身上衣服隐藏--><!--
|
||||
<Action type="Show" value="ExamPrefab/huanzhuang/ChuanDai/ChuanDai_GongZuoFu" isShow="false"></Action>
|
||||
<Action type="Show" value="ExamPrefab/huanzhuang/ChuanDai/ChuanDai_KouZhao" isShow="false"></Action>
|
||||
<Action type="Show" value="ExamPrefab/huanzhuang/ChuanDai/ChuanDai_MaoZi" isShow="false"></Action>
|
||||
<!--物品显示-->
|
||||
--><!--物品显示--><!--
|
||||
<Action type="Show" value="ExamPrefab/huanzhuang/WuPin/GongZuoFu" isShow="true"></Action>
|
||||
<Action type="Show" value="ExamPrefab/huanzhuang/WuPin/MaoZi" isShow="true"></Action>
|
||||
<Action type="Show" value="ExamPrefab/huanzhuang/WuPin/KouZhao" isShow="true"></Action>
|
||||
@ -528,7 +539,7 @@
|
||||
|
||||
|
||||
</Action>
|
||||
</Reset>
|
||||
</Reset>-->
|
||||
|
||||
<Start>
|
||||
<Action type="Sequence">
|
||||
@ -537,11 +548,15 @@
|
||||
|
||||
<Action type="StrEvent" name="HighLightTrigger" value="false"></Action>
|
||||
|
||||
<Action type="Move" value="FlyCamera" to="3.97, 3.37, -24.80" time="0"></Action>
|
||||
<Action type="Rotate" value="FlyCamera" to="17.27, 183.30, 0.00" time="0"></Action>
|
||||
|
||||
|
||||
<Action type="CameraSwitch" nearPos="3.97, 3.37, -24.80" nearRot="17.27, 183.30, 0.00" nearTime="0" normalPos="3.97, 3.37, -24.80" normalRot="17.27, 183.30, 0.00" normalTime="0" isOn="normal"></Action>
|
||||
|
||||
<Action type="Parallel">
|
||||
<Action type="Rotate" value="FlyCamera" to="17.27, 183.30, 0.00" time="0"></Action>
|
||||
|
||||
<Action type="Move" value="FlyCamera" to="3.97, 3.37, -24.80" time="0"></Action>
|
||||
|
||||
</Action>
|
||||
|
||||
<Action type="Hint" value="穿戴帽子、口罩、工作服" time="-1" icon="false" audio="Zhu/Z004.mp3"></Action>
|
||||
|
||||
|
||||
@ -492,17 +492,19 @@
|
||||
<Action type="Btns" value="下一步"/>
|
||||
<Condition type="UIClick" value="UIRoot/RightBottom/UIBtns/BtnContent/下一步"/>
|
||||
|
||||
<Action type="Parallel">
|
||||
<Action type="Rotate" value="FlyCamera" to="17.27, 183.30, 0.00" time="0"></Action>
|
||||
|
||||
<Action type="Rotate" value="FlyCamera" to="17.27, 183.30, 0.00" time="0"></Action>
|
||||
<Action type="Move" value="FlyCamera" to="3.97, 3.37, -24.80" time="0"></Action>
|
||||
|
||||
</Action>
|
||||
|
||||
<Action type="Move" value="FlyCamera" to="3.97, 3.37, -24.80" time="0"></Action>
|
||||
|
||||
<Action type="NextOperation"></Action>
|
||||
|
||||
</Action>
|
||||
</Start>
|
||||
|
||||
<Finished>
|
||||
<!--<Finished>
|
||||
<Action type="Sequence">
|
||||
<Action type="StrEvent" name="HighLightTrigger" value="true"></Action>
|
||||
|
||||
@ -512,18 +514,25 @@
|
||||
|
||||
|
||||
</Action>
|
||||
</Finished>
|
||||
</Finished>-->
|
||||
|
||||
|
||||
</Step>
|
||||
|
||||
<Step name="人员准备">
|
||||
<Reset>
|
||||
<!--<Reset>
|
||||
<Action type="Sequence">
|
||||
|
||||
<Action type="Rotate" value="FlyCamera" to="17.27, 183.30, 0.00" time="0"></Action>
|
||||
|
||||
<Action type="Move" value="FlyCamera" to="3.97, 3.37, -24.80" time="0"></Action>
|
||||
<Action type="Parallel">
|
||||
<Action type="Rotate" value="FlyCamera" to="17.27, 183.30, 0.00" time="0"></Action>
|
||||
|
||||
<Action type="Move" value="FlyCamera" to="3.97, 3.37, -24.80" time="0"></Action>
|
||||
|
||||
</Action>
|
||||
|
||||
|
||||
|
||||
<Action type="StrEvent" name="HighLightTrigger" value="false"></Action>
|
||||
<Action type="Show" value="UIRoot/RightBottom/UICameraSwitch/Near" isShow="false"></Action>
|
||||
|
||||
@ -531,12 +540,12 @@
|
||||
|
||||
|
||||
|
||||
<!--初始化人员准备-->
|
||||
<!--人物身上衣服隐藏-->
|
||||
--><!--初始化人员准备--><!--
|
||||
--><!--人物身上衣服隐藏--><!--
|
||||
<Action type="Show" value="ExamPrefab/huanzhuang/ChuanDai/ChuanDai_GongZuoFu" isShow="false"></Action>
|
||||
<Action type="Show" value="ExamPrefab/huanzhuang/ChuanDai/ChuanDai_KouZhao" isShow="false"></Action>
|
||||
<Action type="Show" value="ExamPrefab/huanzhuang/ChuanDai/ChuanDai_MaoZi" isShow="false"></Action>
|
||||
<!--物品显示-->
|
||||
--><!--物品显示--><!--
|
||||
<Action type="Show" value="ExamPrefab/huanzhuang/WuPin/GongZuoFu" isShow="true"></Action>
|
||||
<Action type="Show" value="ExamPrefab/huanzhuang/WuPin/MaoZi" isShow="true"></Action>
|
||||
<Action type="Show" value="ExamPrefab/huanzhuang/WuPin/KouZhao" isShow="true"></Action>
|
||||
@ -550,7 +559,7 @@
|
||||
|
||||
|
||||
</Action>
|
||||
</Reset>
|
||||
</Reset>-->
|
||||
|
||||
<Start>
|
||||
<Action type="Sequence">
|
||||
@ -559,8 +568,12 @@
|
||||
|
||||
<Action type="StrEvent" name="HighLightTrigger" value="false"></Action>
|
||||
|
||||
<Action type="Move" value="FlyCamera" to="3.97, 3.37, -24.80" time="0"></Action>
|
||||
<Action type="Rotate" value="FlyCamera" to="17.27, 183.30, 0.00" time="0"></Action>
|
||||
<Action type="Parallel">
|
||||
<Action type="Rotate" value="FlyCamera" to="17.27, 183.30, 0.00" time="0"></Action>
|
||||
|
||||
<Action type="Move" value="FlyCamera" to="3.97, 3.37, -24.80" time="0"></Action>
|
||||
|
||||
</Action>
|
||||
|
||||
<Action type="CameraSwitch" nearPos="3.97, 3.37, -24.80" nearRot="17.27, 183.30, 0.00" nearTime="0" normalPos="3.97, 3.37, -24.80" normalRot="17.27, 183.30, 0.00" normalTime="0" ></Action>
|
||||
<Action type="Show" value="UIRoot/RightBottom/UICameraSwitch/Near" isShow="false"></Action>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user