WebBrowserModule

Members

Name

Documentation

Type

Description

Optional

BrowserUpdateInterval

The time in microseconds between running the message loop of the browser. Only used if UpdateBrowserBetweenRenderables is true.

Double

Greater or equal to: 0

Yes

DisableAcceleratedRendering

Forcably disables accelerated rendering, even if other preconditions would otherwise allow the use of it to speed up the rendering of the user interface. This setting can be used to circumvent an otherwise fatal crash that is caused by the accelerated rendering.

Boolean

Value of type ‘Boolean’

Yes

Enabled

Determines whether the WebBrowser module is enabled.

Boolean

Value of type ‘Boolean’

Yes

EnableRemoteDebugging

If this value is set to true, it is possible to remote debug the CEF browser through port 8088. If it is set to false (the default), the remote debugging is not available.

Boolean

Value of type ‘Boolean’

Yes

UpdateBrowserBetweenRenderables

Run the message loop of the browser between calls to render individual renderables. When disabled, the browser message loop only runs once per frame.

Boolean

Value of type ‘Boolean’

Yes

WebHelperLocation

The location of the web helper application.

File

Value of type ‘File’

Yes