Package physx.physics

Class PxSweepBuffer10


public class PxSweepBuffer10 extends PxSweepCallback
  • Field Details

    • SIZEOF

      public static final int SIZEOF
    • ALIGNOF

      public static final int ALIGNOF
      See Also:
  • Constructor Details

    • PxSweepBuffer10

      protected PxSweepBuffer10(long address)
    • PxSweepBuffer10

      public PxSweepBuffer10()
  • Method Details

    • wrapPointer

      public static PxSweepBuffer10 wrapPointer(long address)
    • arrayGet

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

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

      public PxSweepHit getBlock()
      Returns:
      WebIDL type: PxSweepHit [Value]
    • 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
    • getTouches

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