Class RawImageUwbClientManager

Implementation of BaseUwbClientManager for rendering to a RawImage

Namespace: VoltstroStudios.UnityWebBrowser.Core
Assembly: .dll
Syntax
public abstract class RawImageUwbClientManager : BaseUwbClientManager

Fields

| Edit this page View Source

image

Declaration
protected RawImage image
Field Value
TypeDescription
RawImage

Properties

| Edit this page View Source

Image

Get the RawImage instance

Declaration
public RawImage Image { get; }
Property Value
TypeDescription
RawImage

Methods

| Edit this page View Source

OnStart()

Override this instead of using Start()

Declaration
protected override void OnStart()
Overrides
BaseUwbClientManager.OnStart()