ezEngine  Release 25.03
ezWorldDesc Struct Reference

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

#include <WorldDesc.h>

Public Member Functions

 EZ_DECLARE_POD_TYPE ()
 
 ezWorldDesc (ezStringView sWorldName)
 

Public Attributes

ezHashedString m_sName
 
ezUInt64 m_uiRandomNumberGeneratorSeed = 0
 
ezUniquePtr< ezSpatialSystemm_pSpatialSystem
 
bool m_bAutoCreateSpatialSystem = true
 automatically create a default spatial system if none is set
 
ezSharedPtr< ezCoordinateSystemProviderm_pCoordinateSystemProvider
 
ezUniquePtr< ezTimeStepSmoothingm_pTimeStepSmoothing
 if nullptr, ezDefaultTimeStepSmoothing will be used
 
bool m_bReportErrorWhenStaticObjectMoves = true
 
ezTime m_MaxComponentInitializationTimePerFrame = ezTime::MakeFromHours(10000)
 

Detailed Description

Describes the initial state of a world.


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