Voltray Engine Docs
Loading...
Searching...
No Matches
Editor::Components::ConsoleMessage Struct Reference

Represents a single message in the console. More...

#include <Console.h>

Public Member Functions

 ConsoleMessage (const std::string &msg, MessageType msgType)
 

Public Attributes

std::string text
 
MessageType type
 
std::chrono::steady_clock::time_point timestamp
 

Detailed Description

Represents a single message in the console.

Constructor & Destructor Documentation

◆ ConsoleMessage()

Editor::Components::ConsoleMessage::ConsoleMessage ( const std::string &  msg,
MessageType  msgType 
)
inline

Member Data Documentation

◆ text

std::string Editor::Components::ConsoleMessage::text

◆ timestamp

std::chrono::steady_clock::time_point Editor::Components::ConsoleMessage::timestamp

◆ type

MessageType Editor::Components::ConsoleMessage::type

The documentation for this struct was generated from the following file: