Class BoxSupport.Raw

java.lang.Object
physx.extensions.BoxSupport.Raw
Enclosing class:
BoxSupport

public static class BoxSupport.Raw extends Object
  • Constructor Details

    • Raw

      public Raw()
  • Method Details

    • BoxSupport_placed

      public static void BoxSupport_placed(long address, long halfExtents)
    • BoxSupport_placed

      public static void BoxSupport_placed(long address, long halfExtents, float margin)
    • BoxSupport

      public static long BoxSupport(long halfExtents)
    • BoxSupport

      public static long BoxSupport(long halfExtents, float margin)
    • destroy

      public static void destroy(long address)
    • getHalfExtents

      public static long getHalfExtents(long address)
    • setHalfExtents

      public static void setHalfExtents(long address, long value)
    • getMargin

      public static float getMargin(long address)
    • setMargin

      public static void setMargin(long address, float value)