java.lang.Object
physx.cooking.PxBVH33MidphaseDesc.Raw
- Enclosing class:
- PxBVH33MidphaseDesc
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voiddestroy(long address) static intgetMeshCookingHint(long address) static floatgetMeshSizePerformanceTradeOff(long address) static booleanisValid(long address) static voidsetMeshCookingHint(long address, int value) static voidsetMeshSizePerformanceTradeOff(long address, float value) static voidsetToDefault(long address)
-
Constructor Details
-
Raw
public Raw()
-
-
Method Details
-
destroy
public static void destroy(long address) -
getMeshSizePerformanceTradeOff
public static float getMeshSizePerformanceTradeOff(long address) -
setMeshSizePerformanceTradeOff
public static void setMeshSizePerformanceTradeOff(long address, float value) -
getMeshCookingHint
public static int getMeshCookingHint(long address) -
setMeshCookingHint
public static void setMeshCookingHint(long address, int value) -
setToDefault
public static void setToDefault(long address) -
isValid
public static boolean isValid(long address)
-