Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 335 Bytes

File metadata and controls

8 lines (6 loc) · 335 Bytes
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.