Method OnOpenGUI
OnOpenGUI(Material, MaterialEditor)
Draws the GUI for the material.
Declaration
public virtual void OnOpenGUI(Material material, MaterialEditor materialEditor)
Parameters
Type | Name | Description |
---|---|---|
Material | material | The material to use. |
MaterialEditor | materialEditor | The material editor to use. |