Click or drag to resize

DocumentRun(Delegate, Object) Method

Schedule a delegate to be called with given arguments in the current time-step.

Namespace: Demo3D.Visuals
Assembly: Demo3D.Core (in Demo3D.Core.dll) Version: 19.00.00
Syntax
C#
public void Run(
	Delegate function,
	params Object[] args
)

Parameters

function  Delegate
The delegate to be invoked.
args  Object
The arguments to pass to the delegate.
See Also