Package physx.physics

Class PxTriggerPair.Raw

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

public static class PxTriggerPair.Raw extends Object
  • 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)