C# Class EditRootLanguageFileWindow, SmartLocalization

Inheritance: EditorWindow
Show file Open project: NiklasBorglund/SmartLocalization Class Usage Examples

Public Properties

Property Type Description
OnRootFileChanged Action

Public Methods

Method Description
SetRootValues ( LocalizedObject>.Dictionary rootValues ) : void

Sets the dictionaries necessary to change them within the extension

ShowWindow ( ) : EditRootLanguageFileWindow,

Private Methods

Method Description
AddNewKey ( ) : void

Adds a new key to the dictionary

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

Method Details

SetRootValues() public method

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

ShowWindow() public static method

public static ShowWindow ( ) : EditRootLanguageFileWindow,
return EditRootLanguageFileWindow,

Property Details

OnRootFileChanged public static property

public static Action OnRootFileChanged
return Action