Click or drag to resize
SleepTimeoutBehaviourAvailableSetting Enumeration
Setting of sleep timeout.

Namespace: Slash.Unity.Common.GUI
Assembly: Slash.Unity.Common (in Slash.Unity.Common.dll) Version: 1.0.6018.40182
Syntax
public enum AvailableSetting
Members
  Member nameValueDescription
SystemSetting0 Set the sleep timeout to whatever user has specified in the system settings.
NeverSleep1 Prevent screen dimming.
ManualDefined2 Use manual defined timeout (in s).
See Also