21 const std::string& visibilityCvar,
const std::string& name);
28 uint64_t mLastHierarchyVersion = UINT64_MAX;
29 std::string mCachedTreeString;
A GuiWindow that displays the Component hierarchy tree and the list of TickableComponents registered ...
Definition ComponentHierarchyWindow.h:18
void DrawElement() override
Renders the element's content (pure ImGui draw calls).
ComponentHierarchyWindow(std::shared_ptr< ConsoleVariable > consoleVariable, std::shared_ptr< Window > window, const std::string &visibilityCvar, const std::string &name)
virtual ~ComponentHierarchyWindow()
A floating ImGui window managed by the Ship Gui layer.
Definition GuiWindow.h:39
Core namespace for the libultraship engine framework.
Definition gfx_direct3d_common.h:14