🔧 SDK ReferenceManagersWorldManagersetTimeModesetTimeModeSets the time mode of the world.Syntaxengine.world.setTimeMode(mode);ParametersNameTypeDescriptionmodeTimeModeThe time mode to set.Example// Set the time mode to fixed and set the time to 3AMengine.world.setTimeMode('fixed');engine.world.setTime(3 * 3600);Available on: Client