Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


iOSAppInBackgroundBehavior

Application behavior when entering background.
Read time 1 minuteLast updated 4 days ago

Definition

  • Type: Enum
  • Namespace: UnityEditor
  • Assembly: UnityEditor
public enum iOSAppInBackgroundBehavior

Fields

Value

Description

CustomCustom background behavior, see iOSBackgroundMode for specific background modes.
SuspendApplication should suspend execution when entering background.