Legacy Documentation: Version 5.0
Language: English
  • C#
  • JS

Script language

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

ShaderGUI.OnGUI

Switch to Manual
public function OnGUI(materialEditor: MaterialEditor, properties: MaterialProperty[]): void;

Parameters

materialEditorThe MaterialEditor that are calling this OnGUI (the 'owner').
propertiesMaterial properties of the current selected shader.

Description

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