Package physx.physics

Class PxContactPair.Raw

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

public static class PxContactPair.Raw extends Object
  • Constructor Details

    • Raw

      public Raw()
  • Method Details

    • destroy

      public static void destroy(long address)
    • getShapes

      public static long getShapes(long address, int index)
    • setShapes

      public static void setShapes(long address, int index, long value)
    • getContactCount

      public static byte getContactCount(long address)
    • setContactCount

      public static void setContactCount(long address, byte value)
    • getPatchCount

      public static byte getPatchCount(long address)
    • setPatchCount

      public static void setPatchCount(long address, byte value)
    • getFlags

      public static long getFlags(long address)
    • setFlags

      public static void setFlags(long address, long value)
    • getEvents

      public static long getEvents(long address)
    • setEvents

      public static void setEvents(long address, long value)
    • extractContacts

      public static int extractContacts(long address, long userBuffer, int bufferSize)