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
Methods
BeginInvoke(IntegratorType, AsyncCallback, object)
public virtual IAsyncResult BeginInvoke(IntegratorType type, AsyncCallback callback, object @object)
Parameters
type
IntegratorTypecallback
AsyncCallbackobject
object
Returns
EndInvoke(IAsyncResult)
public virtual void EndInvoke(IAsyncResult result)
Parameters
result
IAsyncResult
Invoke(IntegratorType)
public virtual void Invoke(IntegratorType type)
Parameters
type
IntegratorType