public class PxControllerState extends NativeObject
NativeObject.Allocator<T>address, isExternallyAllocated| Modifier | Constructor and Description |
|---|---|
|
PxControllerState() |
protected |
PxControllerState(long address) |
| Modifier and Type | Method and Description |
|---|---|
void |
destroy() |
int |
getCollisionFlags() |
PxVec3 |
getDeltaXP() |
boolean |
getIsMovingUp() |
boolean |
getStandOnAnotherCCT() |
boolean |
getStandOnObstacle() |
PxRigidActor |
getTouchedActor() |
int |
getTouchedObstacleHandle() |
PxShape |
getTouchedShape() |
void |
setCollisionFlags(int value) |
void |
setDeltaXP(PxVec3 value) |
void |
setIsMovingUp(boolean value) |
void |
setStandOnAnotherCCT(boolean value) |
void |
setStandOnObstacle(boolean value) |
void |
setTouchedActor(PxRigidActor value) |
void |
setTouchedObstacleHandle(int value) |
void |
setTouchedShape(PxShape value) |
static PxControllerState |
wrapPointer(long address) |
checkNotNull, equals, getAddress, hashCodeprotected PxControllerState(long address)
public PxControllerState()
public static PxControllerState wrapPointer(long address)
public void destroy()
public PxRigidActor getTouchedActor()
PxRigidActorpublic void setTouchedActor(PxRigidActor value)
value - WebIDL type: PxRigidActorpublic int getTouchedObstacleHandle()
public void setTouchedObstacleHandle(int value)
value - WebIDL type: unsigned longpublic int getCollisionFlags()
public void setCollisionFlags(int value)
value - WebIDL type: unsigned longpublic boolean getStandOnAnotherCCT()
public void setStandOnAnotherCCT(boolean value)
value - WebIDL type: booleanpublic boolean getStandOnObstacle()
public void setStandOnObstacle(boolean value)
value - WebIDL type: booleanpublic boolean getIsMovingUp()
public void setIsMovingUp(boolean value)
value - WebIDL type: boolean