Button
What is it ?
How create it ?
auto buttonObject = scene.createScene("My Button");
auto button = std::make_shared<KapEngine::UI::Button>(buttonObject, "Button Text");
buttonObject->addComponent(button);Functions
Last updated