public class btCompoundShapeChild extends BulletBase
className| Constructor and Description |
|---|
btCompoundShapeChild() |
btCompoundShapeChild(long cPtr,
boolean cMemoryOwn)
Construct a new btCompoundShapeChild, normally you should not need this constructor it's intended for low-level usage.
|
| Modifier and Type | Method and Description |
|---|---|
float |
getChildMargin() |
btCollisionShape |
getChildShape() |
int |
getChildShapeType() |
static long |
getCPtr(btCompoundShapeChild obj) |
btDbvtNode |
getNode() |
btTransform |
getTransform() |
void |
operatorDelete(long ptr) |
void |
operatorDelete(long arg0,
long arg1) |
void |
operatorDeleteArray(long ptr) |
void |
operatorDeleteArray(long arg0,
long arg1) |
long |
operatorNew(long sizeInBytes) |
long |
operatorNew(long arg0,
long ptr) |
long |
operatorNewArray(long sizeInBytes) |
long |
operatorNewArray(long arg0,
long ptr) |
void |
setChildMargin(float value) |
void |
setChildShape(btCollisionShape value) |
void |
setChildShapeType(int value) |
void |
setNode(btDbvtNode value) |
void |
setTransform(btTransform value) |
dispose, equals, getCPointer, hashCode, hasOwnership, isDisposed, isObtained, obtain, release, releaseOwnership, takeOwnership, toStringpublic btCompoundShapeChild(long cPtr,
boolean cMemoryOwn)
public btCompoundShapeChild()
public static long getCPtr(btCompoundShapeChild obj)
public long operatorNew(long sizeInBytes)
public void operatorDelete(long ptr)
public long operatorNew(long arg0,
long ptr)
public void operatorDelete(long arg0,
long arg1)
public long operatorNewArray(long sizeInBytes)
public void operatorDeleteArray(long ptr)
public long operatorNewArray(long arg0,
long ptr)
public void operatorDeleteArray(long arg0,
long arg1)
public void setTransform(btTransform value)
public btTransform getTransform()
public void setChildShape(btCollisionShape value)
public btCollisionShape getChildShape()
public void setChildShapeType(int value)
public int getChildShapeType()
public void setChildMargin(float value)
public float getChildMargin()
public void setNode(btDbvtNode value)
public btDbvtNode getNode()
Copyright © 2021. All rights reserved.