C# Class LocalizedKeySelector, SmartLocalization

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

Méthodes publiques

Свойство Type Description
autoRefresh bool

Méthodes publiques

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

Method Details

RefreshList() public static méthode

public static RefreshList ( bool sort, LocalizedObjectType sortType ) : void
sort bool
sortType LocalizedObjectType
Résultat void

SelectKeyGUI() public static méthode

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. ///
Résultat string

Property Details

autoRefresh public_oe static_oe property

public static bool autoRefresh
Résultat bool