C# 클래스 LocalizedKeySelector, SmartLocalization

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

공개 프로퍼티들

프로퍼티 타입 설명
autoRefresh bool

공개 메소드들

메소드 설명
RefreshList ( bool sort, LocalizedObjectType sortType ) : void
SelectKeyGUI ( string currentKey, bool sort = false, LocalizedObjectType sortType = LocalizedObjectType.INVALID ) : string

Call this from OnInspectorGUI in your own editor class

메소드 상세

RefreshList() 공개 정적인 메소드

public static RefreshList ( bool sort, LocalizedObjectType sortType ) : void
sort bool
sortType LocalizedObjectType
리턴 void

SelectKeyGUI() 공개 정적인 메소드

Call this from OnInspectorGUI in your own editor class
public static SelectKeyGUI ( string currentKey, bool sort = false, LocalizedObjectType sortType = LocalizedObjectType.INVALID ) : string
currentKey string /// Current key. ///
sort bool /// Set this to true if you only want to show keys of a specific type ///
sortType LocalizedObjectType /// Sort type. ///
리턴 string

프로퍼티 상세

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

public static bool autoRefresh
리턴 bool