public class btBroadphasePair extends BulletBase
className| Constructor and Description |
|---|
btBroadphasePair() |
btBroadphasePair(btBroadphasePair other) |
btBroadphasePair(btBroadphaseProxy proxy0,
btBroadphaseProxy proxy1) |
btBroadphasePair(long cPtr,
boolean cMemoryOwn)
Construct a new btBroadphasePair, normally you should not need this constructor it's intended for low-level usage.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
free(btBroadphasePair inst)
delete the native object if required and allow the instance to be reused by the obtain method
|
btCollisionAlgorithm |
getAlgorithm() |
static long |
getCPtr(btBroadphasePair obj) |
long |
getInternalInfo1() |
int |
getInternalTmpValue() |
btBroadphaseProxy |
getPProxy0() |
btBroadphaseProxy |
getPProxy1() |
static btBroadphasePair |
internalTemp(long cPtr,
boolean own) |
static btBroadphasePair |
obtain(long cPtr,
boolean own)
Reuses a previous freed instance or creates a new instance and set it to reflect the specified native object
|
void |
operatorDelete(long ptr) |
void |
operatorDelete(long arg0,
long arg1) |
void |
operatorDeleteArray(long ptr) |
void |
operatorDeleteArray(long arg0,
long arg1) |
long |
operatorNew(long sizeInBytes) |
long |
operatorNew(long arg0,
long ptr) |
long |
operatorNewArray(long sizeInBytes) |
long |
operatorNewArray(long arg0,
long ptr) |
void |
setAlgorithm(btCollisionAlgorithm value) |
void |
setInternalInfo1(long value) |
void |
setInternalTmpValue(int value) |
void |
setPProxy0(btBroadphaseProxy value) |
void |
setPProxy1(btBroadphaseProxy value) |
dispose, equals, getCPointer, hashCode, hasOwnership, isDisposed, isObtained, obtain, release, releaseOwnership, takeOwnership, toStringpublic btBroadphasePair(long cPtr,
boolean cMemoryOwn)
public btBroadphasePair()
public btBroadphasePair(btBroadphasePair other)
public btBroadphasePair(btBroadphaseProxy proxy0, btBroadphaseProxy proxy1)
public static long getCPtr(btBroadphasePair obj)
public static btBroadphasePair internalTemp(long cPtr, boolean own)
public static btBroadphasePair obtain(long cPtr, boolean own)
public static void free(btBroadphasePair inst)
public long operatorNew(long sizeInBytes)
public void operatorDelete(long ptr)
public long operatorNew(long arg0,
long ptr)
public void operatorDelete(long arg0,
long arg1)
public long operatorNewArray(long sizeInBytes)
public void operatorDeleteArray(long ptr)
public long operatorNewArray(long arg0,
long ptr)
public void operatorDeleteArray(long arg0,
long arg1)
public void setPProxy0(btBroadphaseProxy value)
public btBroadphaseProxy getPProxy0()
public void setPProxy1(btBroadphaseProxy value)
public btBroadphaseProxy getPProxy1()
public void setAlgorithm(btCollisionAlgorithm value)
public btCollisionAlgorithm getAlgorithm()
public void setInternalInfo1(long value)
public long getInternalInfo1()
public void setInternalTmpValue(int value)
public int getInternalTmpValue()
Copyright © 2021. All rights reserved.