java.lang.Object
physx.physics.PxRigidActor.Raw
- Enclosing class:
- PxRigidActor
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic booleanattachShape(long address, long shape) static voiddetachShape(long address, long shape) static voiddetachShape(long address, long shape, boolean wakeOnLostTouch) static longgetGlobalPose(long address) static intgetNbConstraints(long address) static intgetNbShapes(long address) static intgetShapes(long address, long userBuffer, int bufferSize, int startIndex) static voidsetGlobalPose(long address, long pose) static voidsetGlobalPose(long address, long pose, boolean autowake)
-
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)
-