|
R-Type
R-Type project
|
This is the complete list of members for KapEngine::UI::KapUiFactory, including all inherited members.
| createButton(std::shared_ptr< GameObject > object, std::string text, Tools::Color color=Tools::Color::white(), Tools::Color textColor=Tools::Color::black()) (defined in KapEngine::UI::KapUiFactory) | KapEngine::UI::KapUiFactory | inlinestatic |
| createButton(GameObject &go, std::string text, Tools::Color color=Tools::Color::white(), Tools::Color textColor=Tools::Color::black()) (defined in KapEngine::UI::KapUiFactory) | KapEngine::UI::KapUiFactory | inlinestatic |
| createButton(std::shared_ptr< GameObject > object, std::string text, std::function< void()> callback, Tools::Color color=Tools::Color::white(), Tools::Color textColor=Tools::Color::black()) (defined in KapEngine::UI::KapUiFactory) | KapEngine::UI::KapUiFactory | inlinestatic |
| createButton(GameObject &object, std::string text, std::function< void()> callback, Tools::Color color=Tools::Color::white(), Tools::Color textColor=Tools::Color::black()) (defined in KapEngine::UI::KapUiFactory) | KapEngine::UI::KapUiFactory | inlinestatic |
| createInputfield(std::shared_ptr< GameObject > go, Inputfield::InputType inputTye=Inputfield::InputType::TEXT, std::string const &placeHolder="Enter text here...") (defined in KapEngine::UI::KapUiFactory) | KapEngine::UI::KapUiFactory | inlinestatic |
| createInputfield(GameObject &go, Inputfield::InputType inputTye=Inputfield::InputType::TEXT, std::string const &placeHolder="Enter text here...") (defined in KapEngine::UI::KapUiFactory) | KapEngine::UI::KapUiFactory | inlinestatic |