Click or drag to resize

SceneVisualEventTimeStep Property

Property Value

Type: Double
When processing events in realtime consume all events that will occur from now to now plus this duration in seconds. This makes event processing more CPU friendly. The default is 1ms.

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

Property Value

Type: Double
See Also