| SleepTimeoutBehaviourAvailableSetting Enumeration |
Setting of sleep timeout.
Namespace: Slash.Unity.Common.GUIAssembly: Slash.Unity.Common (in Slash.Unity.Common.dll) Version: 1.0.6018.40182
Syntax public enum AvailableSetting
Public Enumeration AvailableSetting
public enum class AvailableSetting
Members
| Member name | Value | Description |
---|
| SystemSetting | 0 |
Set the sleep timeout to whatever user has specified in the system settings.
|
| NeverSleep | 1 |
Prevent screen dimming.
|
| ManualDefined | 2 |
Use manual defined timeout (in s).
|
See Also