Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


PropertiesGUI()

Render the standard material properties. This method will either render properties using a ShaderGUI instance if found otherwise it uses MaterialEditor.PropertiesDefaultGUI.
Read time 1 minuteLast updated 4 days ago

Definition

  • Type: Method
  • Namespace: UnityEditor
  • Assembly: UnityEditor
public bool PropertiesGUI()

Returns

Type

Description

boolReturns true if any value was changed.