Click or drag to resize
SleepTimeoutBehaviour Class
Sets the Screen.sleepTimeout setting.
Inheritance Hierarchy
SystemObject
  Object
    Component
      Behaviour
        MonoBehaviour
          Slash.Unity.Common.GUISleepTimeoutBehaviour

Namespace: Slash.Unity.Common.GUI
Assembly: Slash.Unity.Common (in Slash.Unity.Common.dll) Version: 1.0.6018.40182
Syntax
public class SleepTimeoutBehaviour : MonoBehaviour

The SleepTimeoutBehaviour type exposes the following members.

Constructors
  NameDescription
Public methodSleepTimeoutBehaviour
Initializes a new instance of the SleepTimeoutBehaviour class
Top
Fields
  NameDescription
Public fieldDefinedTimeout
Manual defined timeout (in s). Only used if Setting is set to ManualDefined.
Public fieldSetting
Setting of sleep timeout.
Top
See Also