NasNas
An intuitive and beginner friendly 2D game framework for C++
ns::DebugText< T > Member List

This is the complete list of members for ns::DebugText< T >, including all inherited members.

colorns::DebugTextInterfacestatic
DebugText(std::string label, const sf::Vector2f &position) (defined in ns::DebugText< T >)ns::DebugText< T >
DebugText(const std::string &label, T *var_address, const sf::Vector2f &position)ns::DebugText< T >
DebugText(const std::string &label, std::function< T()> fn, const sf::Vector2f &position)ns::DebugText< T >
font_sizens::DebugTextInterfacestatic
outline_colorns::DebugTextInterfacestatic
outline_thicknessns::DebugTextInterfacestatic
update() overridens::DebugText< T >virtual