C# 클래스 EditRootLanguageFileWindow, SmartLocalization

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

공개 프로퍼티들

프로퍼티 타입 설명
OnRootFileChanged Action

공개 메소드들

메소드 설명
SetRootValues ( LocalizedObject>.Dictionary rootValues ) : void

Sets the dictionaries necessary to change them within the extension

ShowWindow ( ) : EditRootLanguageFileWindow,

비공개 메소드들

메소드 설명
AddNewKey ( ) : void

Adds a new key to the dictionary

DeleteKey ( int index ) : void
Initialize ( ) : void
OnEnable ( ) : void
OnFocus ( ) : void
OnGUI ( ) : void
OnProjectChange ( ) : void

메소드 상세

SetRootValues() 공개 메소드

Sets the dictionaries necessary to change them within the extension
public SetRootValues ( LocalizedObject>.Dictionary rootValues ) : void
rootValues LocalizedObject>.Dictionary /// Root values. ///
리턴 void

ShowWindow() 공개 정적인 메소드

public static ShowWindow ( ) : EditRootLanguageFileWindow,
리턴 EditRootLanguageFileWindow,

프로퍼티 상세

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

public static Action OnRootFileChanged
리턴 Action