java.lang.Object
physx.NativeObject
physx.physics.PxTriggerPair
-
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 PxTriggerPairarrayGet(long baseAddress, int index) voiddestroy()getFlags()voidsetFlags(PxTriggerPairFlags value) voidsetOtherActor(PxActor value) voidsetOtherShape(PxShape value) voidsetStatus(PxPairFlagEnum value) voidsetTriggerActor(PxActor value) voidsetTriggerShape(PxShape value) static PxTriggerPairwrapPointer(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
-
PxTriggerPair
protected PxTriggerPair() -
PxTriggerPair
protected PxTriggerPair(long address)
-
-
Method Details
-
wrapPointer
-
arrayGet
-
destroy
public void destroy() -
getTriggerShape
- Returns:
- WebIDL type:
PxShape
-
setTriggerShape
- Parameters:
value- WebIDL type:PxShape
-
getTriggerActor
- Returns:
- WebIDL type:
PxActor
-
setTriggerActor
- Parameters:
value- WebIDL type:PxActor
-
getOtherShape
- Returns:
- WebIDL type:
PxShape
-
setOtherShape
- Parameters:
value- WebIDL type:PxShape
-
getOtherActor
- Returns:
- WebIDL type:
PxActor
-
setOtherActor
- Parameters:
value- WebIDL type:PxActor
-
getStatus
- Returns:
- WebIDL type:
PxPairFlagEnum[enum]
-
setStatus
- Parameters:
value- WebIDL type:PxPairFlagEnum[enum]
-
getFlags
- Returns:
- WebIDL type:
PxTriggerPairFlags[Value]
-
setFlags
- Parameters:
value- WebIDL type:PxTriggerPairFlags[Value]
-