Sound Bakery  v0.1.0
Open-source audio middleware for games
|
Static Public Member Functions | |
static SB_OBJECT_CATEGORY | getCategoryFromType (rttr::type type) |
static std::unordered_set< rttr::type > | getTypesFromCategory (SB_OBJECT_CATEGORY category) |
static rttr::string_view | get_display_name_from_type (rttr::type type) |
static std::string | getFolderNameForObjectType (rttr::type type) |
static std::string_view | getFileExtensionOfObjectCategory (SB_OBJECT_CATEGORY category) |
static std::string_view | getPayloadFromType (rttr::type type) |
static bool | isTypePlayable (const rttr::type &type) |
static rttr::enumeration | getObjectCategoryEnum () |
static rttr::string_view | getObjectCategoryName (const SB_OBJECT_CATEGORY &objectCategory) |
static sbk::core::object * | getObjectFromInstance (const rttr::instance &instance) |
static sbk::core::database_object * | getDatabaseObjectFromInstance (const rttr::instance &instance) |
static sbk::engine::node * | getNodeFromInstance (const rttr::instance &instance) |
static sbk::engine::node_base * | getNodeBaseFromInstance (const rttr::instance &instance) |