Go to the source code of this file.
◆ RegisterTypes()
JPH_INLINE void RegisterTypes |
( |
| ) |
|
Register all physics types with the factory.
◆ RegisterTypesInternal()
Internal helper function.
◆ UnregisterTypes()
Unregisters all types with the factory and cleans up the default material.
◆ VerifyJoltVersionID()
JPH_INLINE bool VerifyJoltVersionID |
( |
| ) |
|
This function can be used to verify the library ABI is compatible with your application. Use it in this way: assert(VerifyJoltVersionID());
. Returns false
if the library used is not compatible with your app.
◆ VerifyJoltVersionIDInternal()
Internal helper function.