Package physx.physics

Class PxOverlapBuffer10


public class PxOverlapBuffer10 extends PxOverlapCallback
  • Field Details

    • SIZEOF

      public static final int SIZEOF
    • ALIGNOF

      public static final int ALIGNOF
      See Also:
  • Constructor Details

    • PxOverlapBuffer10

      protected PxOverlapBuffer10(long address)
    • PxOverlapBuffer10

      public PxOverlapBuffer10()
  • Method Details

    • wrapPointer

      public static PxOverlapBuffer10 wrapPointer(long address)
    • arrayGet

      public static PxOverlapBuffer10 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
    • getTouches

      public PxOverlapHit getTouches()
      Returns:
      WebIDL type: PxOverlapHit [Const]
    • 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