Version: 5.4
public void OnGUI (MaterialEditor materialEditor, MaterialProperty[] properties);

Parámetros

materialEditor The MaterialEditor that are calling this OnGUI (the 'owner').
properties Material properties of the current selected shader.

Descripción

To define a custom shader GUI use the methods of materialEditor to render controls for the properties array.