| Package | Description |
|---|---|
| com.badlogic.gdx.physics.bullet.collision | |
| com.badlogic.gdx.physics.bullet.linearmath |
| Modifier and Type | Method and Description |
|---|---|
btPoolAllocator |
btDefaultCollisionConstructionInfo.getCollisionAlgorithmPool() |
btPoolAllocator |
btCollisionConfiguration.getCollisionAlgorithmPool() |
btPoolAllocator |
btDispatcher.getInternalManifoldPool() |
btPoolAllocator |
btDispatcher.getInternalManifoldPoolConst() |
btPoolAllocator |
btDefaultCollisionConstructionInfo.getPersistentManifoldPool() |
btPoolAllocator |
btCollisionConfiguration.getPersistentManifoldPool() |
| Modifier and Type | Method and Description |
|---|---|
static void |
CollisionJNI.btDefaultCollisionConstructionInfo_collisionAlgorithmPool_set(long jarg1,
btDefaultCollisionConstructionInfo jarg1_,
long jarg2,
btPoolAllocator jarg2_) |
static void |
CollisionJNI.btDefaultCollisionConstructionInfo_persistentManifoldPool_set(long jarg1,
btDefaultCollisionConstructionInfo jarg1_,
long jarg2,
btPoolAllocator jarg2_) |
void |
btDefaultCollisionConstructionInfo.setCollisionAlgorithmPool(btPoolAllocator value) |
void |
btDefaultCollisionConstructionInfo.setPersistentManifoldPool(btPoolAllocator value) |
| Modifier and Type | Method and Description |
|---|---|
static long |
LinearMathJNI.btPoolAllocator_allocate(long jarg1,
btPoolAllocator jarg1_,
int jarg2) |
static void |
LinearMathJNI.btPoolAllocator_freeMemory(long jarg1,
btPoolAllocator jarg1_,
long jarg2) |
static int |
LinearMathJNI.btPoolAllocator_getElementSize(long jarg1,
btPoolAllocator jarg1_) |
static int |
LinearMathJNI.btPoolAllocator_getFreeCount(long jarg1,
btPoolAllocator jarg1_) |
static int |
LinearMathJNI.btPoolAllocator_getMaxCount(long jarg1,
btPoolAllocator jarg1_) |
static ByteBuffer |
LinearMathJNI.btPoolAllocator_getPoolAddress(long jarg1,
btPoolAllocator jarg1_) |
static ByteBuffer |
LinearMathJNI.btPoolAllocator_getPoolAddressConst(long jarg1,
btPoolAllocator jarg1_) |
static int |
LinearMathJNI.btPoolAllocator_getUsedCount(long jarg1,
btPoolAllocator jarg1_) |
static boolean |
LinearMathJNI.btPoolAllocator_validPtr(long jarg1,
btPoolAllocator jarg1_,
long jarg2) |
static long |
btPoolAllocator.getCPtr(btPoolAllocator obj) |
Copyright © 2021. All rights reserved.