Package physx.physics

Class PxRaycastBuffer10.Raw

java.lang.Object
physx.physics.PxRaycastBuffer10.Raw
Enclosing class:
PxRaycastBuffer10

public static class PxRaycastBuffer10.Raw extends Object
  • Constructor Details

    • Raw

      public Raw()
  • Method Details

    • PxRaycastBuffer10

      public static long PxRaycastBuffer10()
    • destroy

      public static void destroy(long address)
    • getBlock

      public static long getBlock(long address)
    • setBlock

      public static void setBlock(long address, long value)
    • getHasBlock

      public static boolean getHasBlock(long address)
    • setHasBlock

      public static void setHasBlock(long address, boolean value)
    • getNbAnyHits

      public static int getNbAnyHits(long address)
    • getAnyHit

      public static long getAnyHit(long address, int index)
    • getNbTouches

      public static int getNbTouches(long address)
    • getTouches

      public static long getTouches(long address)
    • getTouch

      public static long getTouch(long address, int index)
    • getMaxNbTouches

      public static int getMaxNbTouches(long address)