|
Vesper 0.5.1
Vesper is short form for the Latin word for "Bat", as Vesper is designed to be small, lightweight, and easily handle things like particles and flocking behaviors in accordance with the nature of bats. \n It is meant to be a particle simulation, VFX editor, and CAN be used secondarily as a small game engine. GitHub | Vesper Updates | Creator |
Universally Unique Identifier. More...
#include <Components.h>
Public Member Functions | |
| UUID () | |
| UUID (const std::string &id) | |
| operator std::string & () | |
| operator const std::string & () const | |
Public Attributes | |
| std::string | ID |
| The string representation of the UUID. | |
Universally Unique Identifier.
A simple wrapper around a string representing a UUID.
|
inline |
|
inline |
|
inline |
|
inline |
| std::string Vesper::UUID::ID |
The string representation of the UUID.