Click or drag to resize

Emulate3DTestFixtureRunActionAtTime Method

Insert an action into the model event queue at the specified time. Required if using NUnit asserts.

Namespace: Demo3D.TestRunner
Assembly: Demo3D.Core (in Demo3D.Core.dll) Version: 19.00.00
Syntax
C#
public 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