POP
--------
Fast IMGUI controls handling up to int.MaxValue (2,147,483,647) entries.
Usefull for large enumerations (enums or ints with associated names).
It is now possible to select an entry from a list of cosmic proportions.
For exemple, you can now invite a user to select one of your localized text entries or to select an item ID from a huge pool
Supports:
---------------
- Native enumerations (System.Enum).
- integer values (int) with names associations (string[]).
- enum properties (SerializedProperty).
- integer properties (SerializedProperty) with names associations (string[]).
The order of the parameters have been kept similars to the familiar ones of the GUI.XXXPopup() functions as seen in the exemples provided with the package.
Interface:
----------------
- Naviguation (fine grained and by blocks) through scroll bar and ui buttons (top, bottom, page down, page up, line down, line up).
- The default skin is provided with the package.