Plasma Engine  2.0
Loading...
Searching...
No Matches
plWorldDesc Struct Reference

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< plSpatialSystemm_pSpatialSystem
 
bool m_bAutoCreateSpatialSystem = true
 automatically create a default spatial system if none is set
 
plSharedPtr< plCoordinateSystemProviderm_pCoordinateSystemProvider
 
plUniquePtr< plTimeStepSmoothingm_pTimeStepSmoothing
 if nullptr, plDefaultTimeStepSmoothing will be used
 
bool m_bReportErrorWhenStaticObjectMoves = true
 
plTime m_MaxComponentInitializationTimePerFrame = plTime::MakeFromHours(10000)
 

Detailed Description

Describes the initial state of a world.


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