Package physx.physics
Class PxTriggerPair
- java.lang.Object
-
- physx.NativeObject
-
- physx.physics.PxTriggerPair
-
public class PxTriggerPair extends NativeObject
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class physx.NativeObject
NativeObject.Allocator<T>
-
-
Field Summary
-
Fields inherited from class physx.NativeObject
address, isExternallyAllocated
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedPxTriggerPair()protectedPxTriggerPair(long address)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddestroy()PxTriggerPairFlagsgetFlags()PxRigidActorgetOtherActor()PxShapegetOtherShape()intgetStatus()PxRigidActorgetTriggerActor()PxShapegetTriggerShape()voidsetFlags(PxTriggerPairFlags value)voidsetOtherActor(PxRigidActor value)voidsetOtherShape(PxShape value)voidsetStatus(int value)voidsetTriggerActor(PxRigidActor value)voidsetTriggerShape(PxShape value)static PxTriggerPairwrapPointer(long address)-
Methods inherited from class physx.NativeObject
checkNotNull, equals, getAddress, hashCode
-
-
-
-
Method Detail
-
wrapPointer
public static PxTriggerPair wrapPointer(long address)
-
destroy
public void destroy()
-
setTriggerShape
public void setTriggerShape(PxShape value)
- Parameters:
value- WebIDL type:PxShape
-
getTriggerActor
public PxRigidActor getTriggerActor()
- Returns:
- WebIDL type:
PxRigidActor
-
setTriggerActor
public void setTriggerActor(PxRigidActor value)
- Parameters:
value- WebIDL type:PxRigidActor
-
getOtherActor
public PxRigidActor getOtherActor()
- Returns:
- WebIDL type:
PxRigidActor
-
setOtherActor
public void setOtherActor(PxRigidActor value)
- Parameters:
value- WebIDL type:PxRigidActor
-
getStatus
public int getStatus()
- Returns:
- WebIDL type:
PxPairFlagEnum[enum]
-
setStatus
public void setStatus(int value)
- Parameters:
value- WebIDL type:PxPairFlagEnum[enum]
-
getFlags
public PxTriggerPairFlags getFlags()
- Returns:
- WebIDL type:
PxTriggerPairFlags[Value]
-
setFlags
public void setFlags(PxTriggerPairFlags value)
- Parameters:
value- WebIDL type:PxTriggerPairFlags[Value]
-
-