java.lang.Object
physx.cooking.PxMidphaseDesc.Raw
- Enclosing class:
- PxMidphaseDesc
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voiddestroy(long address) static longgetMBVH33Desc(long address) static longgetMBVH34Desc(long address) static intgetType(long address) static booleanisValid(long address) static longstatic voidsetMBVH33Desc(long address, long value) static voidsetMBVH34Desc(long address, long value) static voidsetToDefault(long address, int type)
-
Constructor Details
-
Raw
public Raw()
-
-
Method Details
-
PxMidphaseDesc
public static long PxMidphaseDesc() -
destroy
public static void destroy(long address) -
getMBVH33Desc
public static long getMBVH33Desc(long address) -
setMBVH33Desc
public static void setMBVH33Desc(long address, long value) -
getMBVH34Desc
public static long getMBVH34Desc(long address) -
setMBVH34Desc
public static void setMBVH34Desc(long address, long value) -
getType
public static int getType(long address) -
setToDefault
public static void setToDefault(long address, int type) -
isValid
public static boolean isValid(long address)
-