WebBrowserUIBasic Class
Definition
Basic version of UWB. Lacks fullscreen controls
[UnityEngine.AddComponentMenu("UWB/Web Browser Basic")]
[UnityEngine.HelpURL("https://github.com/Voltstro-Studios/UnityWebBrowser")]
public sealed class WebBrowserUIBasic : VoltstroStudios.UnityWebBrowser.Core.RawImageUwbClientInputHandler
- Inheritance
- UnityEngine.MonoBehaviourWebBrowserUIBasic
- Attributes
- UnityEngine.AddComponentMenuAttribute UnityEngine.HelpURLAttribute
Constructors
WebBrowserUIBasic() |
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) |
image | (Inherited from RawImageUwbClientManager) |
inputHandler | The WebBrowserInputHandler to use (Inherited from RawImageUwbClientInputHandler) |
Properties
Image | Get the UnityEngine.UI.RawImage instance (Inherited from RawImageUwbClientManager) |