XII Release 0.1.0
Loading...
Searching...
No Matches
xiiWorldDesc Struct Reference

Describes the initial state of a world. More...

#include <WorldDesc.h>

Public Member Functions

 XII_DECLARE_POD_TYPE ()
 
 xiiWorldDesc (xiiStringView sWorldName)
 

Public Attributes

xiiHashedString m_sName
 
xiiUInt64 m_uiRandomNumberGeneratorSeed = 0
 
xiiUniquePtr< xiiSpatialSystemm_pSpatialSystem
 
bool m_bAutoCreateSpatialSystem = true
 automatically create a default spatial system if none is set
 
xiiSharedPtr< xiiCoordinateSystemProviderm_pCoordinateSystemProvider
 
xiiUniquePtr< xiiTimeStepSmoothingm_pTimeStepSmoothing
 if nullptr, xiiDefaultTimeStepSmoothing will be used
 
bool m_bReportErrorWhenStaticObjectMoves = true
 
xiiTime m_MaxComponentInitializationTimePerFrame = xiiTime::MakeFromHours(10000)
 

Detailed Description

Describes the initial state of a world.


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