Click or drag to resize

DocumentRun Method (Double, Action)

Schedule an action to be called after a delay in simulation time.

Namespace:  Demo3D.Visuals
Assembly:  Demo3D.Core (in Demo3D.Core.dll) Version: 15.0.2.11458
Syntax
C#
public void Run(
	double delay,
	Action action
)

Parameters

delay
Type: SystemDouble
Simulation time from now in seconds.
action
Type: SystemAction
Action to be invoked.
See Also