Package physx.physics

Class PxOverlapResult


public class PxOverlapResult extends PxOverlapCallback
  • Field Details

    • SIZEOF

      public static final int SIZEOF
    • ALIGNOF

      public static final int ALIGNOF
      See Also:
  • Constructor Details

    • PxOverlapResult

      protected PxOverlapResult(long address)
    • PxOverlapResult

      public PxOverlapResult()
  • Method Details

    • wrapPointer

      public static PxOverlapResult wrapPointer(long address)
    • arrayGet

      public static PxOverlapResult arrayGet(long baseAddress, int index)
    • destroy

      public void destroy()
      Overrides:
      destroy in class PxOverlapCallback
    • getBlock

      public PxOverlapHit getBlock()
      Returns:
      WebIDL type: PxOverlapHit [Value]
    • setBlock

      public void setBlock(PxOverlapHit value)
      Parameters:
      value - WebIDL type: PxOverlapHit [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 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]