修改旋转Timetipbug,修改pig6消毒模块
This commit is contained in:
parent
f460e7f1e2
commit
711adf82a1
@ -43,6 +43,9 @@ namespace QFramework.Example
|
|||||||
mData = uiData as UITimeTipData ?? new UITimeTipData();
|
mData = uiData as UITimeTipData ?? new UITimeTipData();
|
||||||
// please add init code here
|
// please add init code here
|
||||||
TypeEventSystem.Global.Register<OnModuleQuit>((arg) => Hide()).UnRegisterWhenGameObjectDestroyed(gameObject);
|
TypeEventSystem.Global.Register<OnModuleQuit>((arg) => Hide()).UnRegisterWhenGameObjectDestroyed(gameObject);
|
||||||
|
|
||||||
|
transform.rotation = Quaternion.identity;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
private void Update()
|
private void Update()
|
||||||
@ -73,6 +76,8 @@ namespace QFramework.Example
|
|||||||
|
|
||||||
protected override void OnOpen(IUIData uiData = null)
|
protected override void OnOpen(IUIData uiData = null)
|
||||||
{
|
{
|
||||||
|
|
||||||
|
|
||||||
mData = uiData as UITimeTipData ?? new UITimeTipData();
|
mData = uiData as UITimeTipData ?? new UITimeTipData();
|
||||||
index = 0;
|
index = 0;
|
||||||
isRun = true;
|
isRun = true;
|
||||||
|
|||||||
@ -299,7 +299,6 @@
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<!--显示本模块对应的内容-->
|
<!--显示本模块对应的内容-->
|
||||||
<Action type="Show" value="ExamPrefab/Teach_ModelChose/SM_zhu_an5_6" isShow="true" isDevice="false"></Action>
|
<Action type="Show" value="ExamPrefab/Teach_ModelChose/SM_zhu_an5_6" isShow="true" isDevice="false"></Action>
|
||||||
<Action type="Show" value="ExamPrefab/Teach_ToolsChose" isShow="true" isDevice="false"></Action>
|
<Action type="Show" value="ExamPrefab/Teach_ToolsChose" isShow="true" isDevice="false"></Action>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user