public class btCollisionAlgorithmConstructionInfo extends BulletBase
className| Constructor and Description |
|---|
btCollisionAlgorithmConstructionInfo() |
btCollisionAlgorithmConstructionInfo(btDispatcher dispatcher,
int temp) |
btCollisionAlgorithmConstructionInfo(long cPtr,
boolean cMemoryOwn)
Construct a new btCollisionAlgorithmConstructionInfo, normally you should not need this constructor it's intended for low-level usage.
|
| Modifier and Type | Method and Description |
|---|---|
static long |
getCPtr(btCollisionAlgorithmConstructionInfo obj) |
btDispatcher |
getDispatcher1() |
btPersistentManifold |
getManifold() |
void |
setDispatcher1(btDispatcher value) |
void |
setManifold(btPersistentManifold value) |
dispose, equals, getCPointer, hashCode, hasOwnership, isDisposed, isObtained, obtain, release, releaseOwnership, takeOwnership, toStringpublic btCollisionAlgorithmConstructionInfo(long cPtr,
boolean cMemoryOwn)
public btCollisionAlgorithmConstructionInfo()
public btCollisionAlgorithmConstructionInfo(btDispatcher dispatcher, int temp)
public static long getCPtr(btCollisionAlgorithmConstructionInfo obj)
public void setDispatcher1(btDispatcher value)
public btDispatcher getDispatcher1()
public void setManifold(btPersistentManifold value)
public btPersistentManifold getManifold()
Copyright © 2021. All rights reserved.