C# Class EditRootLanguageFileWindow, SmartLocalization

Inheritance: EditorWindow
Afficher le fichier Open project: NiklasBorglund/SmartLocalization Class Usage Examples

Méthodes publiques

Свойство Type Description
OnRootFileChanged Action

Méthodes publiques

Méthode Description
SetRootValues ( LocalizedObject>.Dictionary rootValues ) : void

Sets the dictionaries necessary to change them within the extension

ShowWindow ( ) : EditRootLanguageFileWindow,

Private Methods

Méthode 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 méthode

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

ShowWindow() public static méthode

public static ShowWindow ( ) : EditRootLanguageFileWindow,
Résultat EditRootLanguageFileWindow,

Property Details

OnRootFileChanged public_oe static_oe property

public static Action OnRootFileChanged
Résultat Action