Package physx.support

Class NativeArrayHelpers.Raw

java.lang.Object
physx.support.NativeArrayHelpers.Raw
Enclosing class:
NativeArrayHelpers

public static class NativeArrayHelpers.Raw extends Object
  • Constructor Details

    • Raw

      public Raw()
  • Method Details

    • destroy

      public static void destroy(long address)
    • getU8At

      public static byte getU8At(long base, int index)
    • getU16At

      public static short getU16At(long base, int index)
    • getU32At

      public static int getU32At(long base, int index)
    • getRealAt

      public static float getRealAt(long base, int index)
    • setU8At

      public static void setU8At(long base, int index, byte value)
    • setU16At

      public static void setU16At(long base, int index, short value)
    • setU32At

      public static void setU32At(long base, int index, int value)
    • setRealAt

      public static void setRealAt(long base, int index, float value)
    • voidToU8Ptr

      public static long voidToU8Ptr(long voidPtr)
    • voidToU16Ptr

      public static long voidToU16Ptr(long voidPtr)
    • voidToU32Ptr

      public static long voidToU32Ptr(long voidPtr)
    • voidToI32Ptr

      public static long voidToI32Ptr(long voidPtr)
    • voidToRealPtr

      public static long voidToRealPtr(long voidPtr)
    • getActorAt

      public static long getActorAt(long base, int index)
    • getBounds3At

      public static long getBounds3At(long base, int index)
    • getContactPairAt

      public static long getContactPairAt(long base, int index)
    • getContactPairHeaderAt

      public static long getContactPairHeaderAt(long base, int index)
    • getControllerAt

      public static long getControllerAt(long base, int index)
    • getControllerShapeHitAt

      public static long getControllerShapeHitAt(long base, int index)
    • getControllersHitAt

      public static long getControllersHitAt(long base, int index)
    • getControllerObstacleHitAt

      public static long getControllerObstacleHitAt(long base, int index)
    • getDebugPointAt

      public static long getDebugPointAt(long base, int index)
    • getDebugLineAt

      public static long getDebugLineAt(long base, int index)
    • getDebugTriangleAt

      public static long getDebugTriangleAt(long base, int index)
    • getObstacleAt

      public static long getObstacleAt(long base, int index)
    • getShapeAt

      public static long getShapeAt(long base, int index)
    • getTriggerPairAt

      public static long getTriggerPairAt(long base, int index)
    • getVec3At

      public static long getVec3At(long base, int index)