one-line icon indicating copy to clipboard operation
one-line copied to clipboard

Add an ability to draw properties with different heights.

Open slavniyteo opened this issue 5 years ago • 1 comments

There are multiple reasons:

  • [ ] Draw builtin Multiline types with builtin drawers. I mean Matrix, Rect, Bounds, etc.
  • [ ] Draw [Expandable] without separate window (see task below);
  • [ ] Draw complex fields into a multiple lines (don't know how to do it, but it is very intresting feature);

slavniyteo avatar Sep 26 '18 13:09 slavniyteo

There is a problem with dynamic heights: we cull invisible (out of screen) properties at OnGUI method but we can not cull them on GetPropertyHeight step. So any computation in GetPropertyHeight reduces FPS (yes, FPS in editor window).

slavniyteo avatar Oct 09 '18 16:10 slavniyteo