public class PxCapsuleObstacle extends PxObstacle
NativeObject.Allocator<T>address, isExternallyAllocated| Modifier | Constructor and Description |
|---|---|
|
PxCapsuleObstacle() |
protected |
PxCapsuleObstacle(long address) |
| Modifier and Type | Method and Description |
|---|---|
void |
destroy() |
float |
getMHalfHeight() |
float |
getMRadius() |
void |
setMHalfHeight(float value) |
void |
setMRadius(float value) |
static PxCapsuleObstacle |
wrapPointer(long address) |
getMPos, getMRot, getMUserData, getType, setMPos, setMRot, setMUserDatacheckNotNull, equals, getAddress, hashCodeprotected PxCapsuleObstacle(long address)
public PxCapsuleObstacle()
public static PxCapsuleObstacle wrapPointer(long address)
public void destroy()
destroy in class PxObstaclepublic float getMHalfHeight()
public void setMHalfHeight(float value)
value - WebIDL type: floatpublic float getMRadius()
public void setMRadius(float value)
value - WebIDL type: float