ui基本完毕,修了一大把的bug
This commit is contained in:
@@ -1,4 +1,8 @@
|
||||
using UnityEngine;
|
||||
// NOTE: Windows-only. Depends on WebViewWin32 (user32.dll) and WebViewLauncher,
|
||||
// which are Windows-only. Wrapped in UNITY_STANDALONE_WIN so the Windows
|
||||
// build/logic is unchanged while Android compiles this class out.
|
||||
#if UNITY_STANDALONE_WIN
|
||||
using UnityEngine;
|
||||
using Bansonic;
|
||||
|
||||
public class WebViewPanelFollower : MonoBehaviour
|
||||
@@ -154,3 +158,4 @@ public class WebViewPanelFollower : MonoBehaviour
|
||||
return a.Left == b.Left && a.Top == b.Top && a.Right == b.Right && a.Bottom == b.Bottom;
|
||||
}
|
||||
}
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user