![]() |
Plasma Engine
2.0
|
Describes the initial state of a world. More...
#include <WorldDesc.h>
Public Member Functions | |
PL_DECLARE_POD_TYPE () | |
plWorldDesc (plStringView sWorldName) | |
Public Attributes | |
plHashedString | m_sName |
plUInt64 | m_uiRandomNumberGeneratorSeed = 0 |
plUniquePtr< plSpatialSystem > | m_pSpatialSystem |
bool | m_bAutoCreateSpatialSystem = true |
automatically create a default spatial system if none is set | |
plSharedPtr< plCoordinateSystemProvider > | m_pCoordinateSystemProvider |
plUniquePtr< plTimeStepSmoothing > | m_pTimeStepSmoothing |
if nullptr, plDefaultTimeStepSmoothing will be used | |
bool | m_bReportErrorWhenStaticObjectMoves = true |
plTime | m_MaxComponentInitializationTimePerFrame = plTime::MakeFromHours(10000) |
Describes the initial state of a world.