~~NOTOC~~ ~~Title: UMFDropDown ~~ **Description:**\\ A DropDown control class for the old Unity GUI. **Added In:** v0.50 ====== Function ====== public UMFDropDown(Rect rect, GUIContent buttonContent, GUIContent[] listContent, GUIStyle listStyle = null) public UMFDropDown(Rect rect, GUIContent buttonContent, GUIContent[] listContent, string buttonStyle, string boxStyle, GUIStyle listStyle = null) ---- \\ ====== Usage ====== //Coming soon ---- \\ ====== Examples ====== //Coming soon ----