| 726 | } |
| 727 | |
| 728 | bool EditorWidgets::isSkinExist(std::string_view _skinName) |
| 729 | { |
| 730 | return _skinName == "Default" || MyGUI::SkinManager::getInstance().isExist(_skinName) || |
| 731 | (MyGUI::LayoutManager::getInstance().isExist(_skinName) && checkTemplate(_skinName)); |
| 732 | } |
| 733 | |
| 734 | bool EditorWidgets::checkTemplate(std::string_view _skinName) |
| 735 | { |