public class btCollisionConfiguration extends BulletBase
className| Constructor and Description |
|---|
btCollisionConfiguration(long cPtr,
boolean cMemoryOwn)
Construct a new btCollisionConfiguration, normally you should not need this constructor it's intended for low-level usage.
|
| Modifier and Type | Method and Description |
|---|---|
btCollisionAlgorithmCreateFunc |
getClosestPointsAlgorithmCreateFunc(int proxyType0,
int proxyType1) |
btCollisionAlgorithmCreateFunc |
getCollisionAlgorithmCreateFunc(int proxyType0,
int proxyType1) |
btPoolAllocator |
getCollisionAlgorithmPool() |
static long |
getCPtr(btCollisionConfiguration obj) |
btPoolAllocator |
getPersistentManifoldPool() |
dispose, equals, getCPointer, hashCode, hasOwnership, isDisposed, isObtained, obtain, release, releaseOwnership, takeOwnership, toStringpublic btCollisionConfiguration(long cPtr,
boolean cMemoryOwn)
public static long getCPtr(btCollisionConfiguration obj)
public btPoolAllocator getPersistentManifoldPool()
public btPoolAllocator getCollisionAlgorithmPool()
public btCollisionAlgorithmCreateFunc getCollisionAlgorithmCreateFunc(int proxyType0, int proxyType1)
public btCollisionAlgorithmCreateFunc getClosestPointsAlgorithmCreateFunc(int proxyType0, int proxyType1)
Copyright © 2021. All rights reserved.