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