public static class btSoftBody.Material extends btSoftBody.Element
className| Constructor and Description |
|---|
Material() |
Material(long cPtr,
boolean cMemoryOwn)
Construct a new Material, normally you should not need this constructor it's intended for low-level usage.
|
| Modifier and Type | Method and Description |
|---|---|
static long |
getCPtr(btSoftBody.Material obj) |
int |
getFlags() |
float |
getKAST() |
float |
getKLST() |
float |
getKVST() |
void |
setFlags(int value) |
void |
setKAST(float value) |
void |
setKLST(float value) |
void |
setKVST(float value) |
getCPtr, getTag, setTagdispose, equals, getCPointer, hashCode, hasOwnership, isDisposed, isObtained, obtain, release, releaseOwnership, takeOwnership, toStringpublic Material(long cPtr,
boolean cMemoryOwn)
public Material()
public static long getCPtr(btSoftBody.Material obj)
public void setKLST(float value)
public float getKLST()
public void setKAST(float value)
public float getKAST()
public void setKVST(float value)
public float getKVST()
public void setFlags(int value)
public int getFlags()
Copyright © 2021. All rights reserved.