static void LaunchSomething() { PainterWindow.LaunchVertexPainter(); }
public static void LaunchVertexPainter() { PainterWindow window = EditorWindow.GetWindow <PainterWindow>(false, "VertexPainter", true); window.GenerateStyles(); }