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
Syntaxpublic 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