Package physx.physics

Class PxRaycastQueryResult

    • Constructor Detail

      • PxRaycastQueryResult

        protected PxRaycastQueryResult()
      • PxRaycastQueryResult

        protected PxRaycastQueryResult​(long address)
    • Method Detail

      • destroy

        public void destroy()
      • getNbTouches

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

        public void setNbTouches​(int value)
        Parameters:
        value - WebIDL type: unsigned long
      • getUserData

        public NativeObject getUserData()
        Returns:
        WebIDL type: any
      • setUserData

        public void setUserData​(NativeObject value)
        Parameters:
        value - WebIDL type: any
      • getQueryStatus

        public byte getQueryStatus()
        Returns:
        WebIDL type: octet
      • setQueryStatus

        public void setQueryStatus​(byte value)
        Parameters:
        value - WebIDL type: octet
      • 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]