|  | ReactPhysics3D
    v0.10.2
    C++ Physics engine library | 
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 | 
This structure represent a message that can be returned to the user.