#include <camera.h>
Collaboration diagram for Nametag:Public Member Functions | |
| video::SColor | getBgColor (bool use_fallback) const |
Public Attributes | |
| scene::ISceneNode * | parent_node = nullptr |
| std::string | text |
| video::SColor | textcolor |
| std::optional< video::SColor > | bgcolor |
| std::optional< u32 > | textsize |
| v3f | pos |
| bool | scale_z |
|
inline |
| std::optional<video::SColor> Nametag::bgcolor |
Referenced by getBgColor().
| scene::ISceneNode* Nametag::parent_node = nullptr |
Referenced by Camera::addNametag().
| v3f Nametag::pos |
| bool Nametag::scale_z |
| std::string Nametag::text |
| video::SColor Nametag::textcolor |
Referenced by getBgColor().
| std::optional<u32> Nametag::textsize |