ReactPhysics3D  v0.10.1
C++ Physics engine library
reactphysics3d::Message Struct Reference

This structure represent a message that can be returned to the user. More...

#include <include/reactphysics3d/utils/Message.h>

Public Types

enum class  Type { Error = 1 , Warning = 2 , Information = 4 }
 Type of message.
 

Public Member Functions

 Message (std::string text, Type type=Type::Error)
 Constructor.
 

Public Attributes

std::string text
 Message text.
 
Type type
 

Detailed Description

This structure represent a message that can be returned to the user.


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