java.lang.Object
physx.geometry.PxTetrahedronMeshFlags.Raw
- Enclosing class:
- PxTetrahedronMeshFlags
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidclear(long address, int flag) static voiddestroy(long address) static booleanisSet(long address, int flag) static longPxTetrahedronMeshFlags(byte flags) static voidPxTetrahedronMeshFlags_placed(long address, byte flags) static voidraise(long address, int flag)
-
Constructor Details
-
Raw
public Raw()
-
-
Method Details
-
PxTetrahedronMeshFlags_placed
public static void PxTetrahedronMeshFlags_placed(long address, byte flags) -
PxTetrahedronMeshFlags
public static long PxTetrahedronMeshFlags(byte 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)
-