template<bool IsComponent, typename... Types>
void register_types(entt::registry & r) noexcept;Registers reflectible types with the Python state. If IsComponent is true, functions are also registered to manipulate the types as components.
template<bool IsComponent, typename... Types>
void register_types(entt::registry & r) noexcept;Registers reflectible types with the Python state. If IsComponent is true, functions are also registered to manipulate the types as components.