public static class btSoftBody.Joint.Specs extends BulletBase
className| Constructor and Description |
|---|
Specs() |
Specs(long cPtr,
boolean cMemoryOwn)
Construct a new Specs, normally you should not need this constructor it's intended for low-level usage.
|
| Modifier and Type | Method and Description |
|---|---|
float |
getCfm() |
static long |
getCPtr(btSoftBody.Joint.Specs obj) |
float |
getErp() |
float |
getSplit() |
void |
setCfm(float value) |
void |
setErp(float value) |
void |
setSplit(float value) |
dispose, equals, getCPointer, hashCode, hasOwnership, isDisposed, isObtained, obtain, release, releaseOwnership, takeOwnership, toStringpublic Specs(long cPtr,
boolean cMemoryOwn)
public Specs()
public static long getCPtr(btSoftBody.Joint.Specs obj)
public void setErp(float value)
public float getErp()
public void setCfm(float value)
public float getCfm()
public void setSplit(float value)
public float getSplit()
Copyright © 2021. All rights reserved.