PropertiesDefaultGUI(MaterialProperty[])
Default rendering of shader properties.
Read time 1 minuteLast updated 6 days ago
Definition
- Type: Method
- Namespace: UnityEditor
- Assembly: UnityEditor.CoreModule
public void PropertiesDefaultGUI(MaterialProperty[] props)
Parameters
Array of material properties.
Remarks
Note that you can customize shader properties rendering by implementing the ShaderGUI interface.