Namespace VoltstroStudios.UnityWebBrowser.Core

Classes

BaseUwbClientManager

Base for all other systems that want to build custom rendering with UWB.

Provides controls that can be used with Unity events (such as OnClick).

For other controls and events, use the browserClient.

For those who want to implement this base, DO NOT USE Start(), FixedUpdate or OnDestroy, instead override OnStart(), OnFixedUpdate() and OnDestroyed().

FullscreenHandler

Handles dealing with fullscreen stuff

RawImageUwbClientInputHandler

Input handler for RawImageUwbClientManager.

RawImageUwbClientManager

Implementation of BaseUwbClientManager for rendering to a RawImage

WebBrowserClient

The main object responsible for UWB.

This class handles:

  • UWB process setup
  • Texture setup and rendering
  • Wrapper for invoking methods on the UWB process
  • Shutdown
If you need to do something with UWB, its probably here.