Exemplo n.º 1
0
 private static void ShowPalette()
 {
     PaletteWindow.ShowPalette();
 }
Exemplo n.º 2
0
 public static void ShowPalette()
 {
     instance = (PaletteWindow)EditorWindow.GetWindow(typeof(PaletteWindow));
     instance.titleContent = new GUIContent("Palette");
 }