Translations:Update/2/en: Difference between revisions

From Resonite Wiki
Importing a new version from external source
 
Importing a new version from external source
 
Line 1: Line 1:
In [[FrooxEngine]], an '''update''' refers to execution of the main engine loop. During an update, physics are calculated, synchronization packets are sent, permissions are re-evaluated, and many other events and checks are performed. An update comprises both engine events and the update loop in a [[world]]. Every user in a session has their own local update time, or the time that it takes to step through an update. This value can be received with the [[ProtoFlux:Delta Time|Delta Time]] ProtoFlux node.
In [[FrooxEngine]], an '''update''' refers to execution of the main engine loop. During an update, physics are calculated, synchronization packets are sent, permissions are re-evaluated, and many other events and checks are performed. An update comprises both engine events and the update loop in a [[world]]. Every user in a session has their own local update time, or the time that it takes to step through an update. This value can be received with the [[ProtoFlux:DeltaTime|DeltaTime]] ProtoFlux node.

Latest revision as of 23:40, 3 July 2025

Information about message (contribute)
This message has no documentation. If you know where or how this message is used, you can help other translators by adding documentation to this message.
Message definition (Update)
In [[FrooxEngine]], an '''update''' refers to execution of the main engine loop. During an update, physics are calculated, synchronization packets are sent, permissions are re-evaluated, and many other events and checks are performed. An update comprises both engine events and the update loop in a [[world]]. Every user in a session has their own local update time, or the time that it takes to step through an update. This value can be received with the [[ProtoFlux:Delta Time|Delta Time]] ProtoFlux node.

In FrooxEngine, an update refers to execution of the main engine loop. During an update, physics are calculated, synchronization packets are sent, permissions are re-evaluated, and many other events and checks are performed. An update comprises both engine events and the update loop in a world. Every user in a session has their own local update time, or the time that it takes to step through an update. This value can be received with the DeltaTime ProtoFlux node.