强制修改旋转
This commit is contained in:
parent
711adf82a1
commit
84345fda5d
@ -76,8 +76,9 @@ namespace QFramework.Example
|
|||||||
|
|
||||||
protected override void OnOpen(IUIData uiData = null)
|
protected override void OnOpen(IUIData uiData = null)
|
||||||
{
|
{
|
||||||
|
transform.rotation = Quaternion.identity;
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
mData = uiData as UITimeTipData ?? new UITimeTipData();
|
mData = uiData as UITimeTipData ?? new UITimeTipData();
|
||||||
index = 0;
|
index = 0;
|
||||||
isRun = true;
|
isRun = true;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user