java.lang.Object
physx.cooking.PxConvexFlags.Raw
- Enclosing class:
- PxConvexFlags
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidclear(long address, int flag) static voiddestroy(long address) static booleanisSet(long address, int flag) static longPxConvexFlags(short flags) static voidPxConvexFlags_placed(long address, short flags) static voidraise(long address, int flag)
-
Constructor Details
-
Raw
public Raw()
-
-
Method Details
-
PxConvexFlags_placed
public static void PxConvexFlags_placed(long address, short flags) -
PxConvexFlags
public static long PxConvexFlags(short 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)
-