Click or drag to resize

Emulate3DTestFixtureModelActionAsync 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 Task ModelActionAsync(
	Action action
)

Parameters

action  Action
The action to execute.

Return Value

Task
A reference to the task executing the action.
See Also