Package physx.physics

Class PxOverlapBuffer10

    • Constructor Detail

      • PxOverlapBuffer10

        protected PxOverlapBuffer10​(long address)
      • PxOverlapBuffer10

        public PxOverlapBuffer10()
    • 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 PxOverlapHit getAnyHit​(int index)
        Parameters:
        index - WebIDL type: unsigned long
        Returns:
        WebIDL type: PxOverlapHit [Const, Ref]
      • getNbTouches

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

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

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