public class SoftBodyLinkData extends BulletBase
className| Constructor and Description |
|---|
SoftBodyLinkData() |
SoftBodyLinkData(long cPtr,
boolean cMemoryOwn)
Construct a new SoftBodyLinkData, normally you should not need this constructor it's intended for low-level usage.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getBbending() |
static long |
getCPtr(SoftBodyLinkData obj) |
SoftBodyMaterialData |
getMaterial() |
int[] |
getNodeIndices() |
float |
getRestLength() |
void |
setBbending(int value) |
void |
setMaterial(SoftBodyMaterialData value) |
void |
setNodeIndices(int[] value) |
void |
setRestLength(float value) |
dispose, equals, getCPointer, hashCode, hasOwnership, isDisposed, isObtained, obtain, release, releaseOwnership, takeOwnership, toStringpublic SoftBodyLinkData(long cPtr,
boolean cMemoryOwn)
public SoftBodyLinkData()
public static long getCPtr(SoftBodyLinkData obj)
public void setMaterial(SoftBodyMaterialData value)
public SoftBodyMaterialData getMaterial()
public void setNodeIndices(int[] value)
public int[] getNodeIndices()
public void setRestLength(float value)
public float getRestLength()
public void setBbending(int value)
public int getBbending()
Copyright © 2021. All rights reserved.