Method DrawNormalArea
DrawNormalArea(MaterialEditor, MaterialProperty, MaterialProperty)
Draws the GUI for the normal area.
선언
public static void DrawNormalArea(MaterialEditor materialEditor, MaterialProperty bumpMap, MaterialProperty bumpMapScale = null)
파라미터
타입 | 이름 | 설명 |
---|---|---|
MaterialEditor | materialEditor | The material editor to use. |
MaterialProperty | bumpMap | The normal map property. |
MaterialProperty | bumpMapScale | The normal map scale property. |