|
R-Type
R-Type project
|
Static Public Member Functions | |
| static std::shared_ptr< Button > | createButton (std::shared_ptr< GameObject > object, std::string text, Tools::Color color=Tools::Color::white(), Tools::Color textColor=Tools::Color::black()) |
| static std::shared_ptr< Button > | createButton (GameObject &go, std::string text, Tools::Color color=Tools::Color::white(), Tools::Color textColor=Tools::Color::black()) |
| static std::shared_ptr< Button > | 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()) |
| static std::shared_ptr< Button > | createButton (GameObject &object, std::string text, std::function< void()> callback, Tools::Color color=Tools::Color::white(), Tools::Color textColor=Tools::Color::black()) |
| static std::shared_ptr< Inputfield > | createInputfield (std::shared_ptr< GameObject > go, Inputfield::InputType inputTye=Inputfield::InputType::TEXT, std::string const &placeHolder="Enter text here...") |
| static std::shared_ptr< Inputfield > | createInputfield (GameObject &go, Inputfield::InputType inputTye=Inputfield::InputType::TEXT, std::string const &placeHolder="Enter text here...") |