public static class btSoftBody.sRayCast extends BulletBase
className| Constructor and Description |
|---|
sRayCast() |
sRayCast(long cPtr,
boolean cMemoryOwn)
Construct a new sRayCast, normally you should not need this constructor it's intended for low-level usage.
|
| Modifier and Type | Method and Description |
|---|---|
btSoftBody |
getBody() |
static long |
getCPtr(btSoftBody.sRayCast obj) |
int |
getFeature() |
float |
getFraction() |
int |
getIndex() |
void |
setBody(btSoftBody value) |
void |
setFeature(int value) |
void |
setFraction(float value) |
void |
setIndex(int value) |
dispose, equals, getCPointer, hashCode, hasOwnership, isDisposed, isObtained, obtain, release, releaseOwnership, takeOwnership, toStringpublic sRayCast(long cPtr,
boolean cMemoryOwn)
public sRayCast()
public static long getCPtr(btSoftBody.sRayCast obj)
public void setBody(btSoftBody value)
public btSoftBody getBody()
public void setFeature(int value)
public int getFeature()
public void setIndex(int value)
public int getIndex()
public void setFraction(float value)
public float getFraction()
Copyright © 2021. All rights reserved.