Package physx.physics

Class PxConstraint.Raw

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

public static class PxConstraint.Raw extends Object
  • Constructor Details

    • Raw

      public Raw()
  • Method Details

    • getScene

      public static long getScene(long address)
    • setActors

      public static void setActors(long address, long actor0, long actor1)
    • markDirty

      public static void markDirty(long address)
    • setFlags

      public static void setFlags(long address, long flags)
    • getFlags

      public static long getFlags(long address)
    • setFlag

      public static void setFlag(long address, int flag, boolean value)
    • getForce

      public static void getForce(long address, long linear, long angular)
    • isValid

      public static boolean isValid(long address)
    • setBreakForce

      public static void setBreakForce(long address, float linear, float angular)
    • setMinResponseThreshold

      public static void setMinResponseThreshold(long address, float threshold)
    • getMinResponseThreshold

      public static float getMinResponseThreshold(long address)