MonoBehaviour.OnApplicationPausefunction OnApplicationPause (pause : boolean) : voidDescriptionSent to all game objects when the player pauses. OnApplicationPause can be a co-routine, simply use the yield statement in the function. |
|
||||
| Scripting > Runtime Classes > MonoBehaviour | ||||
MonoBehaviour.OnApplicationPausefunction OnApplicationPause (pause : boolean) : voidDescriptionSent to all game objects when the player pauses. OnApplicationPause can be a co-routine, simply use the yield statement in the function. |