Click or drag to resize
SwitchFullscreenBehaviour Class
Allows switching between full-screen and windowed mode.
Inheritance Hierarchy
SystemObject
  Object
    Component
      Behaviour
        MonoBehaviour
          Slash.Unity.Common.GUISwitchFullscreenBehaviour

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

The SwitchFullscreenBehaviour type exposes the following members.

Constructors
  NameDescription
Public methodSwitchFullscreenBehaviour
Initializes a new instance of the SwitchFullscreenBehaviour class
Top
Fields
  NameDescription
Public fieldKeyCode
Key to switch fullscreen.
Top
See Also