class Test : DockPanel { void onRender() { Entity ent = ActiveEntity::getActiveEntity(); UI::text("Hi"); UI::text(ent.name); } }