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.ContextSettingsBase Class Reference

Encapsulates the settings of the More...

+ Inheritance diagram for Coherent.UI.ContextSettingsBase:

Properties

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

string Coherent.UI.ContextSettingsBase.AdditionalHostOptions
getset

Additional host options that should be supplied to the

bool Coherent.UI.ContextSettingsBase.AllowCookies
getset

Enables/disables cookies when accessing the web.

int Coherent.UI.ContextSettingsBase.DebuggerPort
getset

Port to use for remote debugging. Use -1 to disable debugging.

bool Coherent.UI.ContextSettingsBase.DisableWebSecurity
getset

Disable Same-Origin Policy. Use with caution.

bool Coherent.UI.ContextSettingsBase.EnableClientAudioPlayback
getset

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

bool Coherent.UI.ContextSettingsBase.EnableProxy
getset

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.

bool Coherent.UI.ContextSettingsBase.ForceDisablePluginFullscreen
getset

Disables 'Fullscreen mode' on all Plugins(Flash etc.)

string Coherent.UI.ContextSettingsBase.SubscriptionEmail
getset

The client e-mail for the subscription version of the product. Leave empty for production builds and non-subscription versions.

string Coherent.UI.ContextSettingsBase.SubscriptionKey
getset

The client activation key for the subscription version of the product. Leave empty for production builds and non-subscription versions.

UserAgentType Coherent.UI.ContextSettingsBase.UserAgent
getset

The type of the user agent. If you select "UAT_Custom", you MUST also specify the user agent string - defaults to Chrome.