WebBrowserUIControls Class

Definition

Included UI controller for UWB.

Handles the URL input field.

[UnityEngine.AddComponentMenu("UWB/Web Browser UI Controls")]
[UnityEngine.DisallowMultipleComponent]
[UnityEngine.HelpURL("https://github.com/Voltstro-Studios/UnityWebBrowser")]
[UnityEngine.RequireComponent(typeof(VoltstroStudios.UnityWebBrowser.Core.BaseUwbClientManager))]
public sealed class WebBrowserUIControls : UnityEngine.MonoBehaviour
Inheritance
UnityEngine.MonoBehaviour
WebBrowserUIControls
Attributes
UnityEngine.AddComponentMenuAttribute UnityEngine.DisallowMultipleComponentAttribute UnityEngine.HelpURLAttribute UnityEngine.RequireComponentAttribute

Constructors

WebBrowserUIControls()

Fields

inputField

The UnityEngine.UI.InputField for the URL

Methods

SubmitInput()

Submits the input field's text to be navigated to