NewtonUserMeshCollisionDestroyCallback

From Newton Wiki
Jump to: navigation, search

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