7#ifndef MYGUI_LAYER_MANAGER_H_
8#define MYGUI_LAYER_MANAGER_H_
52 bool isExist(std::string_view
_name)
const;
66 size_t getLayerCount()
const;
78 const std::string& getCategoryName()
const;
94 bool mIsInitialise{
false};
95 std::string mCategoryName;
#define MYGUI_SINGLETON_DECLARATION(ClassName)
std::vector< ILayer * > VectorLayer