Class PxControllerState

    • Constructor Detail

      • PxControllerState

        protected PxControllerState​(long address)
      • PxControllerState

        public PxControllerState()
    • Method Detail

      • 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
      • 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