예제 #1
0
        public static void Launch()
        {
            StrataCuller window = (StrataCuller)GetWindow(typeof(StrataCuller));

            window.titleContent = new GUIContent("StrataCuller");
            window.Show();
        }
예제 #2
0
 public KeyValueStorage(StrataCuller self) : base()
 {
 }