Package physx.character
Class PxControllerState
- java.lang.Object
-
- physx.NativeObject
-
- physx.character.PxControllerState
-
public class PxControllerState extends NativeObject
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class physx.NativeObject
NativeObject.Allocator<T>
-
-
Field Summary
-
Fields inherited from class physx.NativeObject
address, isExternallyAllocated
-
-
Constructor Summary
Constructors Modifier Constructor Description PxControllerState()protectedPxControllerState(long address)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddestroy()intgetCollisionFlags()PxVec3getDeltaXP()booleangetIsMovingUp()booleangetStandOnAnotherCCT()booleangetStandOnObstacle()PxRigidActorgetTouchedActor()intgetTouchedObstacleHandle()PxShapegetTouchedShape()voidsetCollisionFlags(int value)voidsetDeltaXP(PxVec3 value)voidsetIsMovingUp(boolean value)voidsetStandOnAnotherCCT(boolean value)voidsetStandOnObstacle(boolean value)voidsetTouchedActor(PxRigidActor value)voidsetTouchedObstacleHandle(int value)voidsetTouchedShape(PxShape value)static PxControllerStatewrapPointer(long address)-
Methods inherited from class physx.NativeObject
checkNotNull, equals, getAddress, hashCode
-
-
-
-
Method Detail
-
wrapPointer
public static PxControllerState wrapPointer(long address)
-
destroy
public void destroy()
-
setTouchedShape
public void setTouchedShape(PxShape value)
- Parameters:
value- WebIDL type:PxShape
-
getTouchedActor
public PxRigidActor getTouchedActor()
- Returns:
- WebIDL type:
PxRigidActor
-
setTouchedActor
public void setTouchedActor(PxRigidActor value)
- Parameters:
value- WebIDL type:PxRigidActor
-
getTouchedObstacleHandle
public int getTouchedObstacleHandle()
- Returns:
- WebIDL type: unsigned long
-
setTouchedObstacleHandle
public void setTouchedObstacleHandle(int value)
- Parameters:
value- WebIDL type: unsigned long
-
getCollisionFlags
public int getCollisionFlags()
- Returns:
- WebIDL type: unsigned long
-
setCollisionFlags
public void setCollisionFlags(int value)
- Parameters:
value- WebIDL type: unsigned long
-
getStandOnAnotherCCT
public boolean getStandOnAnotherCCT()
- Returns:
- WebIDL type: boolean
-
setStandOnAnotherCCT
public void setStandOnAnotherCCT(boolean value)
- Parameters:
value- WebIDL type: boolean
-
getStandOnObstacle
public boolean getStandOnObstacle()
- Returns:
- WebIDL type: boolean
-
setStandOnObstacle
public void setStandOnObstacle(boolean value)
- Parameters:
value- WebIDL type: boolean
-
getIsMovingUp
public boolean getIsMovingUp()
- Returns:
- WebIDL type: boolean
-
setIsMovingUp
public void setIsMovingUp(boolean value)
- Parameters:
value- WebIDL type: boolean
-
-