Unravel Engine C++ Reference
Loading...
Searching...
No Matches
unravel::gizmo_registry Struct Reference

#include <gizmos.h>

Public Member Functions

 gizmo_registry ()
 

Public Attributes

std::unordered_map< entt::id_type, std::shared_ptr< gizmo > > type_map
 

Detailed Description

Definition at line 14 of file gizmos.h.

Constructor & Destructor Documentation

◆ gizmo_registry()

unravel::gizmo_registry::gizmo_registry ( )

Definition at line 11 of file gizmos.cpp.

Member Data Documentation

◆ type_map

std::unordered_map<entt::id_type, std::shared_ptr<gizmo> > unravel::gizmo_registry::type_map

Definition at line 18 of file gizmos.h.


The documentation for this struct was generated from the following files: