Exemplo n.º 1
0
        static void ShowEquipEditor()
        {
            Type gameView = ShowUtil.GetGameViewType();
            var  window   = GetWindow <EquipEditor>("装备编辑", true, gameView);

            window.Show();
        }
Exemplo n.º 2
0
        static void ShowCharacterEditor()
        {
            Type gameView = ShowUtil.GetGameViewType();
            var  window   = GetWindow <CharacterEditor>("精灵编辑", true, gameView);

            window.Show();
        }