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

Encapsulates the settings of the UIFactory. More...

+ Inheritance diagram for Coherent.UI.FactorySettings:

Properties

new string HostDirectory [get, set]
 Points to the folder where the host application and it's libraries More...
 
new string MinidumpFolder [get, set]
 The folder where eventual minidumps will be saved (Windows only) More...
 
new string AppGroupName [get, set]
 Set application group name (Mac OS only) If you want to create an sandboxed app, you must set this to the application group identifier More...
 
- Properties inherited from Coherent.UI.FactorySettingsBase
bool WriteMinidumps [get, set]
 If a More...
 
bool EnableSupportForProprietaryCodecs [get, set]
 Enable support for proprietary codecs. Playing proprietary codecs requires ffmpegsumo library that is capable of playing them as well. Note that distributing such ffmpegsumo library requires license from the repspective rights holder. More...
 

Detailed Description

Encapsulates the settings of the UIFactory.

Property Documentation

new string Coherent.UI.FactorySettings.AppGroupName
getset

Set application group name (Mac OS only) If you want to create an sandboxed app, you must set this to the application group identifier

new string Coherent.UI.FactorySettings.HostDirectory
getset

Points to the folder where the host application and it's libraries

new string Coherent.UI.FactorySettings.MinidumpFolder
getset

The folder where eventual minidumps will be saved (Windows only)