Method DrawNormalArea
DrawNormalArea(MaterialEditor, MaterialProperty, MaterialProperty)
Draws the GUI for the normal area.
Declaration
public static void DrawNormalArea(MaterialEditor materialEditor, MaterialProperty bumpMap, MaterialProperty bumpMapScale = null)
Parameters
Type | Name | Description |
---|---|---|
MaterialEditor | materialEditor | The material editor to use. |
MaterialProperty | bumpMap | The normal map property. |
MaterialProperty | bumpMapScale | The normal map scale property. |