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

파라미터

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

설명

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