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

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

            window.Show();
        }