java.lang.Object
physx.NativeObject
physx.physics.PxContactPairHeader
-
Nested Class Summary
Nested classes/interfaces inherited from class physx.NativeObject
NativeObject.Allocator<T> -
Field Summary
FieldsFields inherited from class physx.NativeObject
address, isExternallyAllocated, SIZEOF_BYTE, SIZEOF_DOUBLE, SIZEOF_FLOAT, SIZEOF_INT, SIZEOF_LONG, SIZEOF_POINTER, SIZEOF_SHORT -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic PxContactPairHeaderarrayGet(long baseAddress, int index) voiddestroy()getActors(int index) getFlags()intgetPairs()voidvoidsetFlags(PxContactPairHeaderFlags value) voidsetNbPairs(int value) voidsetPairs(PxContactPair value) static PxContactPairHeaderwrapPointer(long address) Methods inherited from class physx.NativeObject
checkNotNull, equals, getAddress, hashCode
-
Field Details
-
SIZEOF
public static final int SIZEOF -
ALIGNOF
public static final int ALIGNOF- See Also:
-
-
Constructor Details
-
PxContactPairHeader
protected PxContactPairHeader() -
PxContactPairHeader
protected PxContactPairHeader(long address)
-
-
Method Details
-
wrapPointer
-
arrayGet
-
destroy
public void destroy() -
getActors
- Parameters:
index- Array index- Returns:
- WebIDL type:
PxActor
-
setActors
- Parameters:
index- Array indexvalue- WebIDL type:PxActor
-
getFlags
- Returns:
- WebIDL type:
PxContactPairHeaderFlags[Value]
-
setFlags
- Parameters:
value- WebIDL type:PxContactPairHeaderFlags[Value]
-
getPairs
- Returns:
- WebIDL type:
PxContactPair[Const]
-
setPairs
- Parameters:
value- WebIDL type:PxContactPair[Const]
-
getNbPairs
public int getNbPairs()- Returns:
- WebIDL type: unsigned long
-
setNbPairs
public void setNbPairs(int value) - Parameters:
value- WebIDL type: unsigned long
-