Package physx.physics

Class PxSweepResult


public class PxSweepResult extends PxSweepCallback
  • Field Details

    • SIZEOF

      public static final int SIZEOF
    • ALIGNOF

      public static final int ALIGNOF
      See Also:
  • Constructor Details

    • PxSweepResult

      protected PxSweepResult(long address)
    • PxSweepResult

      public PxSweepResult()
  • Method Details

    • wrapPointer

      public static PxSweepResult wrapPointer(long address)
    • arrayGet

      public static PxSweepResult 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
    • getTouch

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