Click or drag to resize

SceneVisualEventTimeStep Property

When processing events in realtime process all events that will occur in the time range from now to now plus this duration. This makes event processing more CPU friendly. The default is 1ms.

Namespace:  Demo3D.Visuals
Assembly:  Demo3D.Core (in Demo3D.Core.dll) Version: 15.0.2.11458
Syntax
C#
public double EventTimeStep { get; set; }

Property Value

Type: Double
See Also