Click or drag to resize

Emulate3DTestFixtureModelAction Method

Execute an action on the model thread. NUnit asserts must be invoked this way.

Namespace: Demo3D.TestRunner
Assembly: Demo3D.Core (in Demo3D.Core.dll) Version: 19.00.00
Syntax
C#
public void ModelAction(
	Action action
)

Parameters

action  Action
The action to execute.
See Also