NewtonGetPostUpdateCallback

From Newton Wiki
Revision as of 05:14, 18 June 2019 by WikiSysop (talk | contribs)
Jump to: navigation, search

NewtonGetPostUpdateCallback

void NewtonGetPostUpdateCallback (const NewtonWorld* const newtonWorld, NewtonPostUpdateCallback callback)

Usage

Sets the post-update callback to call once NewtonUpdate procedure finishes.

Parameters

  • const NewtonWorld* const newtonWorld
  • NewtonPostUpdateCallback callback

Return

  • (Procedure)

Remarks

See also