This version of Unity is unsupported.

DecoratorDrawer.GetHeight

Declaration

public float GetHeight();

Description

Override this method to specify how tall the GUI for this decorator is in pixels.

The default is one line high. See DecoratorDrawer for an example of how to use this.