public static class btSoftBody.Note extends btSoftBody.Element
className| Constructor and Description |
|---|
Note() |
Note(long cPtr,
boolean cMemoryOwn)
Construct a new Note, normally you should not need this constructor it's intended for low-level usage.
|
| Modifier and Type | Method and Description |
|---|---|
float[] |
getCoords() |
static long |
getCPtr(btSoftBody.Note obj) |
SWIGTYPE_p_p_btSoftBody__Node |
getNodes() |
btVector3 |
getOffset() |
int |
getRank() |
String |
getText() |
void |
setCoords(float[] value) |
void |
setNodes(SWIGTYPE_p_p_btSoftBody__Node value) |
void |
setOffset(btVector3 value) |
void |
setRank(int value) |
getCPtr, getTag, setTagdispose, equals, getCPointer, hashCode, hasOwnership, isDisposed, isObtained, obtain, release, releaseOwnership, takeOwnership, toStringpublic Note(long cPtr,
boolean cMemoryOwn)
public Note()
public static long getCPtr(btSoftBody.Note obj)
public String getText()
public void setOffset(btVector3 value)
public btVector3 getOffset()
public void setRank(int value)
public int getRank()
public void setNodes(SWIGTYPE_p_p_btSoftBody__Node value)
public SWIGTYPE_p_p_btSoftBody__Node getNodes()
public void setCoords(float[] value)
public float[] getCoords()
Copyright © 2021. All rights reserved.