UiFactory
Introduction
Code
//create canvas
auto canvas = KapEngine::UI::UiFactory::createCanvas(scene, "Canvas Name");
//create text
auto text = KapEngine::UI::UiFactory::createText(scene, "Text Name");
//create image
auto image = KapEngine::UI::UiFactory::createImage(scene, "Image Name");
Last updated