WebBrowserUIFull Class

Definition

Full fat version of UWB, has fullscreen controls.

[UnityEngine.AddComponentMenu("UWB/Web Browser Full")]
[UnityEngine.HelpURL("https://github.com/Voltstro-Studios/UnityWebBrowser")]
public sealed class WebBrowserUIFull : VoltstroStudios.UnityWebBrowser.Core.RawImageUwbClientInputHandler
Inheritance
Attributes
UnityEngine.AddComponentMenuAttribute UnityEngine.HelpURLAttribute

Constructors

WebBrowserUIFull()

Fields

browserClient

The WebBrowserClient, what handles the communication between the UWB engine and Unity

(Inherited from BaseUwbClientManager)
disableKeyboardInputs

Disable usage of keyboard

(Inherited from RawImageUwbClientInputHandler)
disableMouseInputs

Disable usage of mouse

(Inherited from RawImageUwbClientInputHandler)
fullscreenHandler
image (Inherited from RawImageUwbClientManager)
inputHandler

The WebBrowserInputHandler to use

(Inherited from RawImageUwbClientInputHandler)

Properties

Image

Get the UnityEngine.UI.RawImage instance

(Inherited from RawImageUwbClientManager)

Methods

ExecuteJs(String)

Executes JS

(Inherited from BaseUwbClientManager)
GetMousePosition(Vector2)

Gets the current mouse position on the image

(Inherited from RawImageUwbClientInputHandler)
GoBack()

Makes the browser go back a page

(Inherited from BaseUwbClientManager)
GoForward()

Make the browser go forward a page

(Inherited from BaseUwbClientManager)
LoadHtml(String)

Loads HTML code

(Inherited from BaseUwbClientManager)
NavigateUrl(String)

Makes the browser go to a url

(Inherited from BaseUwbClientManager)
OnDestroyed() (Inherited from RawImageUwbClientInputHandler)
OnFixedUpdate()

Override this instead of using VoltstroStudios.UnityWebBrowser.Core.BaseUwbClientManager.FixedUpdate

(Inherited from BaseUwbClientManager)
OnPointerDown(PointerEventData) (Inherited from RawImageUwbClientInputHandler)
OnPointerEnter(PointerEventData) (Inherited from RawImageUwbClientInputHandler)
OnPointerExit(PointerEventData) (Inherited from RawImageUwbClientInputHandler)
OnPointerUp(PointerEventData) (Inherited from RawImageUwbClientInputHandler)
OnStart() (Inherited from RawImageUwbClientInputHandler)
Refresh()

Refreshes the browser

(Inherited from BaseUwbClientManager)