java.lang.Object
physx.physics.SimpleSimulationEventCallback.Raw
- Enclosing class:
- SimpleSimulationEventCallback
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voiddestroy(long address) static voidonConstraintBreak(long address, long constraints, int count) static voidonContact(long address, long pairHeader, long pairs, int nbPairs) static voidonSleep(long address, long actors, int count) static voidonTrigger(long address, long pairs, int count) static voidonWake(long address, long actors, int count)
-
Constructor Details
-
Raw
public Raw()
-
-
Method Details
-
destroy
public static void destroy(long address) -
onConstraintBreak
public static void onConstraintBreak(long address, long constraints, int count) -
onWake
public static void onWake(long address, long actors, int count) -
onSleep
public static void onSleep(long address, long actors, int count) -
onContact
public static void onContact(long address, long pairHeader, long pairs, int nbPairs) -
onTrigger
public static void onTrigger(long address, long pairs, int count)
-