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

function OnApplicationFocus (focus : boolean) : void

Description

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

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