Emulate3DTestFixtureRunActionAtTime Method |
Insert an action into the model event queue at the specified time.
Required if using NUnit asserts.
Namespace: Demo3D.TestRunnerAssembly: Demo3D.Core (in Demo3D.Core.dll) Version: 19.00.00
Syntaxpublic void RunActionAtTime(
double seconds,
Action action
)
Parameters
- seconds Double
- The model time at which the action should execute.
- action Action
- The action to execute.
See Also