NewtonSetPostUpdateCallback

From Newton Wiki
Revision as of 05:17, 18 June 2019 by WikiSysop (talk | contribs) (Created page with "== NewtonSetPostUpdateCallback == void NewtonSetPostUpdateCallback (const NewtonWorld* const newtonWorld, NewtonPostUpdateCallback callback) == Usage == Sets the post-upda...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

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