RawImageUwbClientManager Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released.
Implementation of BaseUwbClientManager for rendering to a RawImage
[UnityEngine.RequireComponent(typeof(UnityEngine.UI.RawImage))]
public abstract class RawImageUwbClientManager : VoltstroStudios.UnityWebBrowser.Core.BaseUwbClientManager
- Inheritance
- Derived
- Attributes
-
UnityEngine.RequireComponentAttribute
Constructors
RawImageUwbClientManager() |
Fields
browserClient |
The WebBrowserClient, what handles the communication between the UWB engine and Unity (Inherited from BaseUwbClientManager) |
image |
Properties
Image |
Get the RawImage instance |
Methods
ExecuteJs(String) |
Executes JS (Inherited from BaseUwbClientManager) |
GoBack() |
Makes the browser go back a page (Inherited from BaseUwbClientManager) |
GoForward() |
Make the browser go forward a page (Inherited from BaseUwbClientManager) |
LoadHtml(String) |
Loads HTML code (Inherited from BaseUwbClientManager) |
NavigateUrl(String) |
Makes the browser go to a url (Inherited from BaseUwbClientManager) |
OnDestroyed() |
Override this instead of using VoltstroStudios.UnityWebBrowser.Core.BaseUwbClientManager.OnDestroy (Inherited from BaseUwbClientManager) |
OnFixedUpdate() |
Override this instead of using VoltstroStudios.UnityWebBrowser.Core.BaseUwbClientManager.FixedUpdate (Inherited from BaseUwbClientManager) |
OnStart() | |
Refresh() |
Refreshes the browser (Inherited from BaseUwbClientManager) |