Difference between revisions of "NewtonSetPostUpdateCallback"

From Newton Wiki
Jump to: navigation, search
(Created page with "== NewtonSetPostUpdateCallback == void NewtonSetPostUpdateCallback (const NewtonWorld* const newtonWorld, NewtonPostUpdateCallback callback) == Usage == Sets the post-upda...")
 
(No difference)

Latest revision as of 05:17, 18 June 2019

NewtonSetPostUpdateCallback

void NewtonSetPostUpdateCallback (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