MonoBehaviour.OnApplicationPause 当程序暂停

function OnApplicationPause () : void

Description描述

Sent to all game objects when the player pauses.

当玩家暂停时发送到所有的游戏物体。

OnApplicationPause can be a co-routine, simply use the yield statement in the function.

OnApplicationPause 可以作为协同程序,在函数中使用yield语句即可。

最后修改:2011年1月2日 Sunday 18:03

本脚本参考基于Unity 3.4.1f5

英文部分版权属©Unity公司所有,中文部分© Unity圣典 版权所有,未经许可,严禁转载 。