- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
说到移动设备,这两种方法有什么区别?如果我按下Home键,两者都会被调用。是否有一种情况被调用而不是另一种调用?
最佳答案
Since this UnityAnswer is one of the first (if not the first) to be returned on a search for OnApplicationFocus/Pause & iOS, an important update in Unity 4.6.1 has changed the behavior for iOS.
As of 4.6.1, both OnApplicationFocus and OnApplicationPause will be called in iOS.
The order is :
App initially starts:
OnApplicationFocus(true) is called
App is soft closed:
OnApplicationFocus(false) is called
OnApplicationPause(true) is called
App is brought forward after soft closing:
OnApplicationPause(false) is called
OnApplicationFocus(true) is called
Hope that helps
关于mobile - OnApplicationFocus()和OnApplicationPause()有什么区别?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/31559629/
当我在游戏编辑器或手机上启动我的游戏时,它会出现 2-3 秒的故障并调用函数 OnApplicationPause。但是当我在编辑器中关闭应用程序/暂停时它不会调用。这对我的项目不利,那么如何解决呢?
我正在为 iOS 和 Android 应用程序开发 Unity,它在后台获取用户的位置。我想捕获应用程序成为背景的时刻,但 OnApplicationPause 从未调用过。 我只在 OnApplic
例如,当收到来电时,调用 OnApplicationPause(false),当返回到应用程序时调用 OnApplicationPause(true)。返回时会发生什么?我在场景中的所有游戏对象是否再
我是一名优秀的程序员,十分优秀!