Package physx.physics

Class PxRaycastBuffer10


public class PxRaycastBuffer10 extends PxRaycastCallback
  • Field Details

    • SIZEOF

      public static final int SIZEOF
    • ALIGNOF

      public static final int ALIGNOF
      See Also:
  • Constructor Details

    • PxRaycastBuffer10

      protected PxRaycastBuffer10(long address)
    • PxRaycastBuffer10

      public PxRaycastBuffer10()
  • Method Details

    • wrapPointer

      public static PxRaycastBuffer10 wrapPointer(long address)
    • arrayGet

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

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

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

      public void setBlock(PxRaycastHit value)
      Parameters:
      value - WebIDL type: PxRaycastHit [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 PxRaycastHit getAnyHit(int index)
      Parameters:
      index - WebIDL type: unsigned long
      Returns:
      WebIDL type: PxRaycastHit [Const, Ref]
    • getNbTouches

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

      public PxRaycastHit getTouches()
      Returns:
      WebIDL type: PxRaycastHit [Const]
    • getTouch

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

      public int getMaxNbTouches()
      Returns:
      WebIDL type: unsigned long