Version: 2018.3 (switch to 2019.1)
LanguageEnglish
  • C#

ShaderGUI.OnGUI

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

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.

对文档有任何疑问,请移步至开发者社区提问,我们将尽快为您解答