java.lang.Object
physx.physics.PxContactPair.Raw
- Enclosing class:
- PxContactPair
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voiddestroy(long address) static intextractContacts(long address, long userBuffer, int bufferSize) static bytegetContactCount(long address) static longgetEvents(long address) static longgetFlags(long address) static bytegetPatchCount(long address) static longgetShapes(long address, int index) static voidsetContactCount(long address, byte value) static voidsetEvents(long address, long value) static voidsetFlags(long address, long value) static voidsetPatchCount(long address, byte value) static voidsetShapes(long address, int index, long value)
-
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)
-