Emulate3DTestFixtureModelAction 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 void ModelAction(
Action action
)
Parameters
- action Action
- The action to execute.
See Also