public class PxObstacle extends NativeObject
NativeObject.Allocator<T>address, isExternallyAllocated| Modifier | Constructor and Description |
|---|---|
protected |
PxObstacle() |
protected |
PxObstacle(long address) |
| Modifier and Type | Method and Description |
|---|---|
void |
destroy() |
PxExtendedVec3 |
getMPos() |
PxQuat |
getMRot() |
NativeObject |
getMUserData() |
int |
getType() |
void |
setMPos(PxExtendedVec3 value) |
void |
setMRot(PxQuat value) |
void |
setMUserData(NativeObject value) |
static PxObstacle |
wrapPointer(long address) |
checkNotNull, equals, getAddress, hashCodepublic static PxObstacle wrapPointer(long address)
public void destroy()
public NativeObject getMUserData()
public void setMUserData(NativeObject value)
value - WebIDL type: VoidPtrpublic PxExtendedVec3 getMPos()
PxExtendedVec3 [Value]public void setMPos(PxExtendedVec3 value)
value - WebIDL type: PxExtendedVec3 [Value]public int getType()
PxGeometryTypeEnum [enum]