WebBrowserUIControls Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released.
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
-
WebBrowserUIControls
- Attributes
-
UnityEngine.AddComponentMenuAttribute UnityEngine.DisallowMultipleComponentAttribute HelpURLAttribute UnityEngine.RequireComponentAttribute
Constructors
WebBrowserUIControls() |
Fields
inputField |
The InputField for the URL |
Methods
SubmitInput() |
Submits the input field's text to be navigated to |