Property | Type | Description | |
---|---|---|---|
autoRefresh | bool |
Method | 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
|
public static RefreshList ( bool sort, LocalizedObjectType sortType ) : void | ||
sort | bool | |
sortType | LocalizedObjectType | |
return | void |
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. /// |
return | string |