public class PxContactPair extends NativeObject
NativeObject.Allocator<T>address, isExternallyAllocated| Modifier | Constructor and Description |
|---|---|
protected |
PxContactPair() |
protected |
PxContactPair(long address) |
| Modifier and Type | Method and Description |
|---|---|
void |
destroy() |
int |
extractContacts(PxContactPairPoint userBuffer,
int bufferSize) |
byte |
getContactCount() |
PxPairFlags |
getEvents() |
PxContactPairFlags |
getFlags() |
byte |
getPatchCount() |
PxShape |
getShapes(int index) |
void |
setContactCount(byte value) |
void |
setEvents(PxPairFlags value) |
void |
setFlags(PxContactPairFlags value) |
void |
setPatchCount(byte value) |
void |
setShapes(int index,
PxShape value) |
static PxContactPair |
wrapPointer(long address) |
checkNotNull, equals, getAddress, hashCodeprotected PxContactPair()
protected PxContactPair(long address)
public static PxContactPair wrapPointer(long address)
public void destroy()
public PxShape getShapes(int index)
index - Array indexPxShapepublic void setShapes(int index,
PxShape value)
index - Array indexvalue - WebIDL type: PxShapepublic byte getContactCount()
public void setContactCount(byte value)
value - WebIDL type: octetpublic byte getPatchCount()
public void setPatchCount(byte value)
value - WebIDL type: octetpublic PxContactPairFlags getFlags()
PxContactPairFlags [Value]public void setFlags(PxContactPairFlags value)
value - WebIDL type: PxContactPairFlags [Value]public PxPairFlags getEvents()
PxPairFlags [Value]public void setEvents(PxPairFlags value)
value - WebIDL type: PxPairFlags [Value]public int extractContacts(PxContactPairPoint userBuffer, int bufferSize)
userBuffer - WebIDL type: PxContactPairPointbufferSize - WebIDL type: unsigned long