Package physx.physics

Class PxRigidActor.Raw

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

public static class PxRigidActor.Raw extends Object
  • Constructor Details

    • Raw

      public Raw()
  • Method Details

    • getGlobalPose

      public static long getGlobalPose(long address)
    • setGlobalPose

      public static void setGlobalPose(long address, long pose)
    • setGlobalPose

      public static void setGlobalPose(long address, long pose, boolean autowake)
    • attachShape

      public static boolean attachShape(long address, long shape)
    • detachShape

      public static void detachShape(long address, long shape)
    • detachShape

      public static void detachShape(long address, long shape, boolean wakeOnLostTouch)
    • getNbShapes

      public static int getNbShapes(long address)
    • getShapes

      public static int getShapes(long address, long userBuffer, int bufferSize, int startIndex)
    • getNbConstraints

      public static int getNbConstraints(long address)