public class btCollisionAlgorithmCreateFunc extends BulletBase
className| Constructor and Description |
|---|
btCollisionAlgorithmCreateFunc() |
btCollisionAlgorithmCreateFunc(long cPtr,
boolean cMemoryOwn)
Construct a new btCollisionAlgorithmCreateFunc, normally you should not need this constructor it's intended for low-level usage.
|
| Modifier and Type | Method and Description |
|---|---|
btCollisionAlgorithm |
CreateCollisionAlgorithm(btCollisionAlgorithmConstructionInfo arg0,
btCollisionObjectWrapper body0Wrap,
btCollisionObjectWrapper body1Wrap) |
static long |
getCPtr(btCollisionAlgorithmCreateFunc obj) |
boolean |
getSwapped() |
void |
setSwapped(boolean value) |
dispose, equals, getCPointer, hashCode, hasOwnership, isDisposed, isObtained, obtain, release, releaseOwnership, takeOwnership, toStringpublic btCollisionAlgorithmCreateFunc(long cPtr,
boolean cMemoryOwn)
public btCollisionAlgorithmCreateFunc()
public static long getCPtr(btCollisionAlgorithmCreateFunc obj)
public void setSwapped(boolean value)
public boolean getSwapped()
public btCollisionAlgorithm CreateCollisionAlgorithm(btCollisionAlgorithmConstructionInfo arg0, btCollisionObjectWrapper body0Wrap, btCollisionObjectWrapper body1Wrap)
Copyright © 2021. All rights reserved.