Jolt Physics
A multi core friendly Game Physics Engine
|
#include <SerializableObject.h>
Public Member Functions | |
virtual | ~SerializableObject ()=default |
Constructor. | |
Classes must be derived from SerializableObject if you want to be able to save pointers or reference counting pointers to objects of this or derived classes. The type will automatically be determined during serialization and upon deserialization it will be restored correctly.
|
virtualdefault |
Constructor.