java.lang.Object
physx.extensions.PxD6JointDriveFlags.Raw
- Enclosing class:
- PxD6JointDriveFlags
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidclear(long address, int flag) static voiddestroy(long address) static booleanisSet(long address, int flag) static longPxD6JointDriveFlags(int flags) static voidPxD6JointDriveFlags_placed(long address, int flags) static voidraise(long address, int flag)
-
Constructor Details
-
Raw
public Raw()
-
-
Method Details
-
PxD6JointDriveFlags_placed
public static void PxD6JointDriveFlags_placed(long address, int flags) -
PxD6JointDriveFlags
public static long PxD6JointDriveFlags(int flags) -
destroy
public static void destroy(long address) -
isSet
public static boolean isSet(long address, int flag) -
raise
public static void raise(long address, int flag) -
clear
public static void clear(long address, int flag)
-