Package physx.physics

Class PxSweepBuffer10

    • Constructor Detail

      • PxSweepBuffer10

        protected PxSweepBuffer10​(long address)
      • PxSweepBuffer10

        public PxSweepBuffer10()
    • Method Detail

      • wrapPointer

        public static PxSweepBuffer10 wrapPointer​(long address)
      • setBlock

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

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

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

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