Class PxControllerState

java.lang.Object
physx.NativeObject
physx.character.PxControllerState

public class PxControllerState extends NativeObject
  • Field Details

    • SIZEOF

      public static final int SIZEOF
    • ALIGNOF

      public static final int ALIGNOF
      See Also:
  • Constructor Details

    • PxControllerState

      protected PxControllerState(long address)
    • PxControllerState

      public PxControllerState()
  • Method Details

    • wrapPointer

      public static PxControllerState wrapPointer(long address)
    • arrayGet

      public static PxControllerState arrayGet(long baseAddress, int index)
    • destroy

      public void destroy()
    • getDeltaXP

      public PxVec3 getDeltaXP()
      Returns:
      WebIDL type: PxVec3 [Value]
    • setDeltaXP

      public void setDeltaXP(PxVec3 value)
      Parameters:
      value - WebIDL type: PxVec3 [Value]
    • getTouchedShape

      public PxShape getTouchedShape()
      Returns:
      WebIDL type: PxShape
    • 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