public class btMultiSphereShapeData extends BulletBase
className| Constructor and Description |
|---|
btMultiSphereShapeData() |
btMultiSphereShapeData(long cPtr,
boolean cMemoryOwn)
Construct a new btMultiSphereShapeData, 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(btMultiSphereShapeData obj) |
btPositionAndRadius |
getLocalPositionArrayPtr() |
int |
getLocalPositionArraySize() |
String |
getPadding() |
void |
setConvexInternalShapeData(btConvexInternalShapeData value) |
void |
setLocalPositionArrayPtr(btPositionAndRadius value) |
void |
setLocalPositionArraySize(int value) |
void |
setPadding(String value) |
dispose, equals, getCPointer, hashCode, hasOwnership, isDisposed, isObtained, obtain, release, releaseOwnership, takeOwnership, toStringpublic btMultiSphereShapeData(long cPtr,
boolean cMemoryOwn)
public btMultiSphereShapeData()
public static long getCPtr(btMultiSphereShapeData obj)
public void setConvexInternalShapeData(btConvexInternalShapeData value)
public btConvexInternalShapeData getConvexInternalShapeData()
public void setLocalPositionArrayPtr(btPositionAndRadius value)
public btPositionAndRadius getLocalPositionArrayPtr()
public void setLocalPositionArraySize(int value)
public int getLocalPositionArraySize()
public void setPadding(String value)
public String getPadding()
Copyright © 2021. All rights reserved.