16 static SB_OBJECT_CATEGORY getCategoryFromType(rttr::type type);
18 static std::unordered_set<rttr::type> getTypesFromCategory(SB_OBJECT_CATEGORY category);
20 static rttr::string_view get_display_name_from_type(rttr::type type);
22 static std::string getFolderNameForObjectType(rttr::type type);
24 static std::string_view getFileExtensionOfObjectCategory(SB_OBJECT_CATEGORY category);
26 static std::string_view getPayloadFromType(rttr::type type);
28 static bool isTypePlayable(
const rttr::type& type);
30 static rttr::enumeration getObjectCategoryEnum();
32 static rttr::string_view getObjectCategoryName(
const SB_OBJECT_CATEGORY& objectCategory);