C# Class UnityEditor.Connect.UnityConnectPrefs

Mostrar archivo Open project: randomize/VimConfig Class Usage Examples

Public Properties

Property Type Description
kEnvironmentFamilies string[]

Protected Properties

Property Type Description
m_CloudPanelPref CloudPanelPref>.Dictionary

Public Methods

Method Description
FixUrl ( string url, string serviceName ) : string
GetServiceEnv ( string serviceName ) : int
ServicePrefKey ( string baseKey, string serviceName ) : string
ShowPanelPrefUI ( ) : void
StorePanelPrefs ( ) : void

Protected Methods

Method Description
GetPanelPref ( string serviceName ) : CloudPanelPref

Method Details

FixUrl() public static method

public static FixUrl ( string url, string serviceName ) : string
url string
serviceName string
return string

GetPanelPref() protected static method

protected static GetPanelPref ( string serviceName ) : CloudPanelPref
serviceName string
return CloudPanelPref

GetServiceEnv() public static method

public static GetServiceEnv ( string serviceName ) : int
serviceName string
return int

ServicePrefKey() public static method

public static ServicePrefKey ( string baseKey, string serviceName ) : string
baseKey string
serviceName string
return string

ShowPanelPrefUI() public static method

public static ShowPanelPrefUI ( ) : void
return void

StorePanelPrefs() public static method

public static StorePanelPrefs ( ) : void
return void

Property Details

kEnvironmentFamilies public_oe static_oe property

public static string[] kEnvironmentFamilies
return string[]

m_CloudPanelPref protected_oe static_oe property

protected static Dictionary m_CloudPanelPref
return CloudPanelPref>.Dictionary