NewtonOnJointDeserializationCallback

From Newton Wiki
Jump to: navigation, search

NewtonOnJointDeserializationCallback

typedef void (*NewtonOnJointDeserializationCallback) (NewtonBody* const body0, NewtonBody* const body1, NewtonDeserializeCallback function, void* const serializeHandle)

Usage

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

Parameters

  • body0 NewtonBody*
  • body1 NewtonBody*
  • function NewtonDeserializeCallback
  • serializeHandle void*

Return

  • void

Description

Remarks

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

See also

NewtonSetJointSerializationCallbacks