Package physx.physics

Class SimpleSimulationEventCallback.Raw

java.lang.Object
physx.physics.SimpleSimulationEventCallback.Raw
Enclosing class:
SimpleSimulationEventCallback

public static class SimpleSimulationEventCallback.Raw extends Object
  • Constructor Summary

    Constructors
    Constructor
    Description
    Raw()
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static void
    destroy(long address)
     
    static void
    onConstraintBreak(long address, long constraints, int count)
     
    static void
    onContact(long address, long pairHeader, long pairs, int nbPairs)
     
    static void
    onSleep(long address, long actors, int count)
     
    static void
    onTrigger(long address, long pairs, int count)
     
    static void
    onWake(long address, long actors, int count)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • 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)