NewtonUserMeshCollisionDestroyCallback

From Newton Wiki

Jump to: navigation, search

Contents

NewtonUserMeshCollisionDestroyCallback

typedef void (*NewtonUserMeshCollisionDestroyCallback) (void* 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

Personal tools