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.