MonoBehaviour.OnApplicationFocus Manual     Reference     Scripting  
Scripting > Runtime Classes > MonoBehaviour
MonoBehaviour.OnApplicationFocus

function OnApplicationFocus (focus : bool) : void

Description

Sent to all game objects when the player gets or looses focus.

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