C# 클래스 UnityEditor.Connect.UnityConnectPrefs

파일 보기 프로젝트 열기: randomize/VimConfig 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
kEnvironmentFamilies string[]

보호된 프로퍼티들

프로퍼티 타입 설명
m_CloudPanelPref CloudPanelPref>.Dictionary

공개 메소드들

메소드 설명
FixUrl ( string url, string serviceName ) : string
GetServiceEnv ( string serviceName ) : int
ServicePrefKey ( string baseKey, string serviceName ) : string
ShowPanelPrefUI ( ) : void
StorePanelPrefs ( ) : void

보호된 메소드들

메소드 설명
GetPanelPref ( string serviceName ) : CloudPanelPref

메소드 상세

FixUrl() 공개 정적인 메소드

public static FixUrl ( string url, string serviceName ) : string
url string
serviceName string
리턴 string

GetPanelPref() 보호된 정적인 메소드

protected static GetPanelPref ( string serviceName ) : CloudPanelPref
serviceName string
리턴 CloudPanelPref

GetServiceEnv() 공개 정적인 메소드

public static GetServiceEnv ( string serviceName ) : int
serviceName string
리턴 int

ServicePrefKey() 공개 정적인 메소드

public static ServicePrefKey ( string baseKey, string serviceName ) : string
baseKey string
serviceName string
리턴 string

ShowPanelPrefUI() 공개 정적인 메소드

public static ShowPanelPrefUI ( ) : void
리턴 void

StorePanelPrefs() 공개 정적인 메소드

public static StorePanelPrefs ( ) : void
리턴 void

프로퍼티 상세

kEnvironmentFamilies 공개적으로 정적으로 프로퍼티

public static string[] kEnvironmentFamilies
리턴 string[]

m_CloudPanelPref 보호되어 있는 정적으로 프로퍼티

protected static Dictionary m_CloudPanelPref
리턴 CloudPanelPref>.Dictionary