public class btCylinderShapeData extends BulletBase
className| Constructor and Description |
|---|
btCylinderShapeData() |
btCylinderShapeData(long cPtr,
boolean cMemoryOwn)
Construct a new btCylinderShapeData, normally you should not need this constructor it's intended for low-level usage.
|
| Modifier and Type | Method and Description |
|---|---|
btConvexInternalShapeData |
getConvexInternalShapeData() |
static long |
getCPtr(btCylinderShapeData obj) |
String |
getPadding() |
int |
getUpAxis() |
void |
setConvexInternalShapeData(btConvexInternalShapeData value) |
void |
setPadding(String value) |
void |
setUpAxis(int value) |
dispose, equals, getCPointer, hashCode, hasOwnership, isDisposed, isObtained, obtain, release, releaseOwnership, takeOwnership, toStringpublic btCylinderShapeData(long cPtr,
boolean cMemoryOwn)
public btCylinderShapeData()
public static long getCPtr(btCylinderShapeData obj)
public void setConvexInternalShapeData(btConvexInternalShapeData value)
public btConvexInternalShapeData getConvexInternalShapeData()
public void setUpAxis(int value)
public int getUpAxis()
public void setPadding(String value)
public String getPadding()
Copyright © 2021. All rights reserved.