Class FullscreenHandler

Handles dealing with fullscreen stuff

Inheritance
FullscreenHandler
Namespace: VoltstroStudios.UnityWebBrowser.Core
Assembly: .dll
Syntax
[Serializable]
public sealed class FullscreenHandler

Fields

| Edit this page View Source

graphicComponent

Declaration
[NonSerialized]
public Graphic graphicComponent
Field Value
TypeDescription
Graphic
| Edit this page View Source

hideOnFullscreen

What objects to hide when the browser wants to be in fullscreen mode

Declaration
public GameObject[] hideOnFullscreen
Field Value
TypeDescription
GameObject[]

Methods

| Edit this page View Source

OnEngineFullscreen(bool)

Declaration
public void OnEngineFullscreen(bool fullscreen)
Parameters
TypeNameDescription
boolfullscreen