Home
last modified time | relevance | path

Searched refs:ContactCacheStarted_CB (Results 1 – 1 of 1) sorted by relevance

/external/libgdx/extensions/gdx-bullet/jni/src/custom/gdx/collision/
DContactCache.cpp5 inline void ContactCacheStarted_CB(btPersistentManifold* const &manifold) { in ContactCacheStarted_CB() function
58 gContactStartedCallback = ContactCacheStarted_CB; in enable()
65 if (gContactStartedCallback == ContactCacheStarted_CB) in disable()
73 …return (currentContactCache == this) && (gContactStartedCallback == ContactCacheStarted_CB) && (gC… in isEnabled()