MCPcopy Create free account
hub / github.com/Norbyte/bg3se / AddChild

Method AddChild

BG3Extender/Extender/Client/IMGUI/IMGUI.cpp:111–117  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

109
110template <class T>
111T* TreeParent::AddChild()
112{
113 auto child = Manager->CreateRenderable<T>();
114 child->Parent = Handle;
115 Children.push_back(child->Handle);
116 return child;
117}
118
119RenderingBackend::~RenderingBackend() {}
120

Callers

nothing calls this directly

Calls 1

push_backMethod · 0.45

Tested by

no test coverage detected