java.lang.Object
physx.NativeObject
physx.physics.PxDominanceGroupPair
Expresses the dominance relationship of a contact.
For the time being only three settings are permitted:
(1, 1), (0, 1), and (1, 0).
-
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
ConstructorsModifierConstructorDescriptionprotectedPxDominanceGroupPair(byte a, byte b) protectedPxDominanceGroupPair(long address) -
Method Summary
Modifier and TypeMethodDescriptionstatic PxDominanceGroupPairarrayGet(long baseAddress, int index) voiddestroy()bytebytevoidsetDominance0(byte value) voidsetDominance1(byte value) static PxDominanceGroupPairwrapPointer(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
-
PxDominanceGroupPair
protected PxDominanceGroupPair() -
PxDominanceGroupPair
protected PxDominanceGroupPair(long address) -
PxDominanceGroupPair
public PxDominanceGroupPair(byte a, byte b) - Parameters:
a- WebIDL type: octetb- WebIDL type: octet
-
-
Method Details
-
wrapPointer
-
arrayGet
-
destroy
public void destroy() -
getDominance0
public byte getDominance0() -
setDominance0
public void setDominance0(byte value) -
getDominance1
public byte getDominance1() -
setDominance1
public void setDominance1(byte value)
-