public abstract static class SkinMeshBody.BodyInfo
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
abstract ModelComponent |
getBody() |
int |
getIndex() |
abstract PolygonalMesh |
getMesh()
Returns the PolygonalMesh, if any, associated with this body.
|
void |
setIndex(int idx) |
public void setIndex(int idx)
public int getIndex()
public abstract PolygonalMesh getMesh()
public abstract ModelComponent getBody()