Method OnGUI
OnGUI(MaterialEditor, MaterialProperty[])
Unity calls this function when it displays the GUI. To implement your custom GUI, override this function..
Declaration
public override void OnGUI(MaterialEditor materialEditor, MaterialProperty[] properties)
Parameters
| Type | Name | Description |
|---|---|---|
| MaterialEditor | materialEditor | Material editor instance. |
| MaterialProperty[] | properties | The list of properties in the inspected material(s). |