C# Class Soomla.CoreSettings

This class holds the store's configurations.
Inheritance: ISoomlaSettings
显示文件 Open project: fi-content2-games-platform/FIcontent.Gaming.Enabler.phenomobilecharactermanager

Public Properties

Property Type Description
DB_KEY_PREFIX string
ONLY_ONCE_DEFAULT string

Public Methods

Method Description
OnEnable ( ) : void
OnInfoGUI ( ) : void
OnModuleGUI ( ) : void
OnSoomlaGUI ( ) : void

Private Methods

Method Description
CoreSettings ( ) : UnityEngine

Method Details

OnEnable() public method

public OnEnable ( ) : void
return void

OnInfoGUI() public method

public OnInfoGUI ( ) : void
return void

OnModuleGUI() public method

public OnModuleGUI ( ) : void
return void

OnSoomlaGUI() public method

public OnSoomlaGUI ( ) : void
return void

Property Details

DB_KEY_PREFIX public_oe static_oe property

public static string DB_KEY_PREFIX
return string

ONLY_ONCE_DEFAULT public_oe static_oe property

public static string ONLY_ONCE_DEFAULT
return string