Legacy Documentation: Version 5.6 (Go to current version)
LanguageEnglish
  • C#
  • JS

Script language

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

MaterialEditor.PropertiesDefaultGUI

public void PropertiesDefaultGUI(MaterialProperty[] props);

Parameters

props Array of material properties.

Description

Default rendering of shader properties.

Note that you can customize shader properties rendering by implementing the IShaderGUI interface.