public class btDispatcherInfo extends BulletBase
| Modifier and Type | Class and Description |
|---|---|
static class |
btDispatcherInfo.DispatchFunc |
className| Constructor and Description |
|---|
btDispatcherInfo() |
btDispatcherInfo(long cPtr,
boolean cMemoryOwn)
Construct a new btDispatcherInfo, normally you should not need this constructor it's intended for low-level usage.
|
| Modifier and Type | Method and Description |
|---|---|
float |
getAllowedCcdPenetration() |
float |
getConvexConservativeDistanceThreshold() |
static long |
getCPtr(btDispatcherInfo obj) |
btIDebugDraw |
getDebugDraw() |
int |
getDispatchFunc() |
boolean |
getEnableSatConvex() |
boolean |
getEnableSPU() |
int |
getStepCount() |
float |
getTimeOfImpact() |
float |
getTimeStep() |
boolean |
getUseContinuous() |
boolean |
getUseConvexConservativeDistanceUtil() |
boolean |
getUseEpa() |
void |
setAllowedCcdPenetration(float value) |
void |
setConvexConservativeDistanceThreshold(float value) |
void |
setDebugDraw(btIDebugDraw value) |
void |
setDispatchFunc(int value) |
void |
setEnableSatConvex(boolean value) |
void |
setEnableSPU(boolean value) |
void |
setStepCount(int value) |
void |
setTimeOfImpact(float value) |
void |
setTimeStep(float value) |
void |
setUseContinuous(boolean value) |
void |
setUseConvexConservativeDistanceUtil(boolean value) |
void |
setUseEpa(boolean value) |
dispose, equals, getCPointer, hashCode, hasOwnership, isDisposed, isObtained, obtain, release, releaseOwnership, takeOwnership, toStringpublic btDispatcherInfo(long cPtr,
boolean cMemoryOwn)
public btDispatcherInfo()
public static long getCPtr(btDispatcherInfo obj)
public void setTimeStep(float value)
public float getTimeStep()
public void setStepCount(int value)
public int getStepCount()
public void setDispatchFunc(int value)
public int getDispatchFunc()
public void setTimeOfImpact(float value)
public float getTimeOfImpact()
public void setUseContinuous(boolean value)
public boolean getUseContinuous()
public void setDebugDraw(btIDebugDraw value)
public btIDebugDraw getDebugDraw()
public void setEnableSatConvex(boolean value)
public boolean getEnableSatConvex()
public void setEnableSPU(boolean value)
public boolean getEnableSPU()
public void setUseEpa(boolean value)
public boolean getUseEpa()
public void setAllowedCcdPenetration(float value)
public float getAllowedCcdPenetration()
public void setUseConvexConservativeDistanceUtil(boolean value)
public boolean getUseConvexConservativeDistanceUtil()
public void setConvexConservativeDistanceThreshold(float value)
public float getConvexConservativeDistanceThreshold()
Copyright © 2021. All rights reserved.