NewtonWorldDestroyListenerCallback

From Newton Wiki
Jump to: navigation, search

NewtonWorldDestroyListenerCallback

typedef void (*NewtonWorldDestroyListenerCallback) (const NewtonWorld* const world, void* const listenerUserData)

Usage

Callback function that is called by Newton function(s): NewtonWorldListenerSetDestructorCallback

Parameters

  • world NewtonWorld*
  • listenerUserData void*

Return

  • void

Description

Remarks

  • This is not a library function, but a callback event.

See also

NewtonWorldListenerSetDestructorCallback