WebBrowserUIBasic Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released.
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
- Attributes
-
UnityEngine.AddComponentMenuAttribute 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 RawImage instance (Inherited from RawImageUwbClientManager) |