Difference between revisions of "NewtonGetPostUpdateCallback"

From Newton Wiki
Jump to: navigation, search
 
Line 12: Line 12:
  
 
== Return ==
 
== Return ==
* (Procedure)
+
* NewtonPostUpdateCallback procedure pointer
  
 
== Remarks ==
 
== Remarks ==

Latest revision as of 05:16, 18 June 2019

NewtonGetPostUpdateCallback

NewtonPostUpdateCallback NewtonGetPostUpdateCallback(const NewtonWorld* const newtonWorld)

Usage

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

Parameters

  • const NewtonWorld* const newtonWorld

Return

  • NewtonPostUpdateCallback procedure pointer

Remarks

See also

NewtonSetPostUpdateCallback