public class btConstraintSetting extends BulletBase
className| Constructor and Description |
|---|
btConstraintSetting() |
btConstraintSetting(long cPtr,
boolean cMemoryOwn)
Construct a new btConstraintSetting, normally you should not need this constructor it's intended for low-level usage.
|
| Modifier and Type | Method and Description |
|---|---|
static long |
getCPtr(btConstraintSetting obj) |
float |
getDamping() |
float |
getImpulseClamp() |
float |
getTau() |
void |
setDamping(float value) |
void |
setImpulseClamp(float value) |
void |
setTau(float value) |
dispose, equals, getCPointer, hashCode, hasOwnership, isDisposed, isObtained, obtain, release, releaseOwnership, takeOwnership, toStringpublic btConstraintSetting(long cPtr,
boolean cMemoryOwn)
public btConstraintSetting()
public static long getCPtr(btConstraintSetting obj)
public void setTau(float value)
public float getTau()
public void setDamping(float value)
public float getDamping()
public void setImpulseClamp(float value)
public float getImpulseClamp()
Copyright © 2021. All rights reserved.