Difference between revisions of "NewtonUserMeshCollisionDestroyCallback"

From Newton Wiki
Jump to: navigation, search
 
m (1 revision imported)
 
(No difference)

Latest revision as of 08:02, 10 June 2019

NewtonUserMeshCollisionDestroyCallback

typedef void (*NewtonUserMeshCollisionDestroyCallback) (void* const userData)

Usage

Called whenever a User Mesh collision is destroyed.

Parameters

  • void* userData - Custom user data set to identify the individual collision shape.

Remarks

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

See also

NewtonCreateUserMeshCollision