java.lang.Object
physx.physics.PxTriggerPair.Raw
- Enclosing class:
- PxTriggerPair
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voiddestroy(long address) static longgetFlags(long address) static longgetOtherActor(long address) static longgetOtherShape(long address) static intgetStatus(long address) static longgetTriggerActor(long address) static longgetTriggerShape(long address) static voidsetFlags(long address, long value) static voidsetOtherActor(long address, long value) static voidsetOtherShape(long address, long value) static voidsetStatus(long address, int value) static voidsetTriggerActor(long address, long value) static voidsetTriggerShape(long address, long value)
-
Constructor Details
-
Raw
public Raw()
-
-
Method Details
-
destroy
public static void destroy(long address) -
getTriggerShape
public static long getTriggerShape(long address) -
setTriggerShape
public static void setTriggerShape(long address, long value) -
getTriggerActor
public static long getTriggerActor(long address) -
setTriggerActor
public static void setTriggerActor(long address, long value) -
getOtherShape
public static long getOtherShape(long address) -
setOtherShape
public static void setOtherShape(long address, long value) -
getOtherActor
public static long getOtherActor(long address) -
setOtherActor
public static void setOtherActor(long address, long value) -
getStatus
public static int getStatus(long address) -
setStatus
public static void setStatus(long address, int value) -
getFlags
public static long getFlags(long address) -
setFlags
public static void setFlags(long address, long value)
-