slash-framework icon indicating copy to clipboard operation
slash-framework copied to clipboard

Generic handling for inspector fields in blueprint editor

Open coeing opened this issue 7 years ago • 0 comments

Right now there's a big if-else switch in EditorGUIUtils. We should use the PropertyDrawer functionality instead, so we only have to provide custom PropertyDrawers for types that don't have one yet.

coeing avatar Mar 21 '17 17:03 coeing