Method OnOpenGUI
OnOpenGUI(Material, MaterialEditor)
Draws the GUI for the material.
선언
public virtual void OnOpenGUI(Material material, MaterialEditor materialEditor)
파라미터
| 타입 | 이름 | 설명 |
|---|---|---|
| Material | material | The material to use. |
| MaterialEditor | materialEditor | The material editor to use. |