Table of Contents

Delegate UniverseSystem.IntegratorChanged

Namespace
NominalSystems.Universe
Assembly
NominalSystems.Universe.dll

An delegate method that is called when the integrator changes. This called when the integrator type changes.

public delegate void UniverseSystem.IntegratorChanged(IntegratorType type)

Parameters

type IntegratorType

[-] The new integrator type

Constructors

IntegratorChanged(object, IntPtr)

public IntegratorChanged(object @object, IntPtr method)

Parameters

object object
method IntPtr

Methods

BeginInvoke(IntegratorType, AsyncCallback, object)

public virtual IAsyncResult BeginInvoke(IntegratorType type, AsyncCallback callback, object @object)

Parameters

type IntegratorType
callback AsyncCallback
object object

Returns

IAsyncResult

EndInvoke(IAsyncResult)

public virtual void EndInvoke(IAsyncResult result)

Parameters

result IAsyncResult

Invoke(IntegratorType)

public virtual void Invoke(IntegratorType type)

Parameters

type IntegratorType