Ejemplo n.º 1
0
 private void DrawButton()
 {
     if (GUILayout.Button("Generate Mesh!", GUILayout.Height(Screen.height * 0.03f)))
     {
         planeGenerator.GenerateMesh();
     }
 }