Legacy Documentation: Version 4.6(go to latest)
Language: English
  • C#
  • JS
  • Boo

Script language

Select your preferred scripting language. All code snippets will be displayed in this language.

MaterialPropertyDrawer.GetPropertyHeight

public float GetPropertyHeight(MaterialProperty prop, string label, MaterialEditor editor);

Parameters

prop The MaterialProperty to make the custom GUI for.
label The label of this property.
editor Current material editor.

Description

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

The default is one line high.