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
- UnityEngine.MonoBehaviourWebBrowserUIFull
- 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) |