NewtonUserMeshCollisionDestroyCallback

From Newton Wiki
Revision as of 08:02, 10 June 2019 by WikiSysop (talk | contribs) (1 revision imported)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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