Click or drag to resize

IBuilderModelBeginInvoke(ActionObject, Object) Method

Invoke an action on the Demo3D model thread.

Namespace: Demo3D.Visuals
Assembly: Demo3D.Core (in Demo3D.Core.dll) Version: 19.00.00
Syntax
C#
void ModelBeginInvoke(
	Action<Object> callback,
	Object? state = null
)

Parameters

callback  ActionObject
The action to run.
state  Object  (Optional)
Arguments to pass.
See Also