Click or drag to resize

MatchSceneServerUpdate Method

Advances the simulation state and sends updated car positions to all connected clients based on the provided match data.

Namespace: NeoAxis.Cloud
Assembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.2.1.0 (2026.2.1.0)
Syntax
C#
public void Update(
	DateTime utcNow
)

Parameters

utcNow  DateTime
 
See Also