IBuilderModelBeginInvoke(ActionObject, Object) Method |
Invoke an action on the Demo3D model thread.
Namespace: Demo3D.VisualsAssembly: Demo3D.Core (in Demo3D.Core.dll) Version: 19.00.00
Syntaxvoid ModelBeginInvoke(
Action<Object> callback,
Object? state = null
)
Parameters
- callback ActionObject
- The action to run.
- state Object (Optional)
- Arguments to pass.
See Also