Coherent UI for Unity3D  2.5.3
A modern user interface library for games
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties Events Pages
Coherent.UI.ContextSettings Class Reference

Encapsulates the settings of the More...

+ Inheritance diagram for Coherent.UI.ContextSettings:

Properties

new string CookiesResource [get, set]
 Resource name to be used for storing and loading cookies. Leave nullptr to disable persistence of cookies. More...
 
new string CachePath [get, set]
 Path (relative to the host executable) where to save cached data. Leave nullptr for in-memory only caching. More...
 
new string HTML5LocalStoragePath [get, set]
 Path (relative to the host executable) where to allow pages to save their HTML5 local data. Leave nullptr to forbid local storage. More...
 
new string CustomUserAgentString [get, set]
 The user agent string that will be used if you select "UAT_Custom" for UserAgent. More...
 
- Properties inherited from Coherent.UI.ContextSettingsBase
bool EnableProxy [get, set]
 Enables/disables proxy support. Proxy settings are auto-detected when proxy support is enabled. Enable proxy support only when the user really has a proxy, because otherwise the auto-detection is very slow. More...
 
bool AllowCookies [get, set]
 Enables/disables cookies when accessing the web. More...
 
bool ForceDisablePluginFullscreen [get, set]
 Disables 'Fullscreen mode' on all Plugins(Flash etc.) More...
 
bool DisableWebSecurity [get, set]
 Disable Same-Origin Policy. Use with caution. More...
 
int DebuggerPort [get, set]
 Port to use for remote debugging. Use -1 to disable debugging. More...
 
bool EnableClientAudioPlayback [get, set]
 Enable notifications for client audio playback. When this setting is enabled, the ViewListeners will receive notifications for audio streams and the client can request more PCM data using the corresponding More...
 
UserAgentType UserAgent [get, set]
 The type of the user agent. If you select "UAT_Custom", you MUST also specify the user agent string - defaults to Chrome. More...
 
string SubscriptionEmail [get, set]
 The client e-mail for the subscription version of the product. Leave empty for production builds and non-subscription versions. More...
 
string SubscriptionKey [get, set]
 The client activation key for the subscription version of the product. Leave empty for production builds and non-subscription versions. More...
 
string AdditionalHostOptions [get, set]
 Additional host options that should be supplied to the More...
 

Detailed Description

Encapsulates the settings of the

Property Documentation

new string Coherent.UI.ContextSettings.CachePath
getset

Path (relative to the host executable) where to save cached data. Leave nullptr for in-memory only caching.

new string Coherent.UI.ContextSettings.CookiesResource
getset

Resource name to be used for storing and loading cookies. Leave nullptr to disable persistence of cookies.

new string Coherent.UI.ContextSettings.CustomUserAgentString
getset

The user agent string that will be used if you select "UAT_Custom" for UserAgent.

new string Coherent.UI.ContextSettings.HTML5LocalStoragePath
getset

Path (relative to the host executable) where to allow pages to save their HTML5 local data. Leave nullptr to forbid local storage.