#include <toast_manager.h>
Public Attributes | |
std::string | message |
ToastType | type = ToastType::kInfo |
float | ttl_seconds = 3.0f |
Definition at line 14 of file toast_manager.h.
std::string yaze::editor::Toast::message |
Definition at line 15 of file toast_manager.h.
Referenced by yaze::editor::ToastManager::Draw().
ToastType yaze::editor::Toast::type = ToastType::kInfo |
Definition at line 16 of file toast_manager.h.
Referenced by yaze::editor::ToastManager::Draw().
float yaze::editor::Toast::ttl_seconds = 3.0f |
Definition at line 17 of file toast_manager.h.
Referenced by yaze::editor::ToastManager::Draw().