Emulate3DTestFixtureModelActionAsync Method |
Execute an action on the model thread.
NUnit asserts must be invoked this way.
Namespace: Demo3D.TestRunnerAssembly: Demo3D.Core (in Demo3D.Core.dll) Version: 19.00.00
Syntaxpublic Task ModelActionAsync(
Action action
)
Parameters
- action Action
- The action to execute.
Return Value
TaskA reference to the task executing the action.
See Also