Package physx.physics

Class PxRaycastBuffer10

    • Constructor Detail

      • PxRaycastBuffer10

        protected PxRaycastBuffer10​(long address)
      • PxRaycastBuffer10

        public PxRaycastBuffer10()
    • Method Detail

      • getHasBlock

        public boolean getHasBlock()
        Returns:
        WebIDL type: boolean
      • setHasBlock

        public void setHasBlock​(boolean value)
        Parameters:
        value - WebIDL type: boolean
      • getNbAnyHits

        public int getNbAnyHits()
        Returns:
        WebIDL type: unsigned long
      • getAnyHit

        public PxRaycastHit getAnyHit​(int index)
        Parameters:
        index - WebIDL type: unsigned long
        Returns:
        WebIDL type: PxRaycastHit [Const, Ref]
      • getNbTouches

        public int getNbTouches()
        Returns:
        WebIDL type: unsigned long
      • getTouch

        public PxRaycastHit getTouch​(int index)
        Parameters:
        index - WebIDL type: unsigned long
        Returns:
        WebIDL type: PxRaycastHit [Const, Ref]
      • getMaxNbTouches

        public int getMaxNbTouches()
        Returns:
        WebIDL type: unsigned long