java.lang.Object
physx.extensions.ConvexMeshSupport.Raw
- Enclosing class:
- ConvexMeshSupport
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic longConvexMeshSupport(long convexMesh) static longConvexMeshSupport(long convexMesh, long scale) static longConvexMeshSupport(long convexMesh, long scale, long scaleRotation) static longConvexMeshSupport(long convexMesh, long scale, long scaleRotation, float margin) static voidConvexMeshSupport_placed(long address, long convexMesh) static voidConvexMeshSupport_placed(long address, long convexMesh, long scale) static voidConvexMeshSupport_placed(long address, long convexMesh, long scale, long scaleRotation) static voidConvexMeshSupport_placed(long address, long convexMesh, long scale, long scaleRotation, float margin) static voiddestroy(long address) static longgetConvexMesh(long address) static floatgetMargin(long address) static longgetScale(long address) static longgetScaleRotation(long address) static voidsetMargin(long address, float value) static voidsetScale(long address, long value) static voidsetScaleRotation(long address, long value)
-
Constructor Details
-
Raw
public Raw()
-
-
Method Details
-
ConvexMeshSupport_placed
public static void ConvexMeshSupport_placed(long address, long convexMesh) -
ConvexMeshSupport_placed
public static void ConvexMeshSupport_placed(long address, long convexMesh, long scale) -
ConvexMeshSupport_placed
public static void ConvexMeshSupport_placed(long address, long convexMesh, long scale, long scaleRotation) -
ConvexMeshSupport_placed
public static void ConvexMeshSupport_placed(long address, long convexMesh, long scale, long scaleRotation, float margin) -
ConvexMeshSupport
public static long ConvexMeshSupport(long convexMesh) -
ConvexMeshSupport
public static long ConvexMeshSupport(long convexMesh, long scale) -
ConvexMeshSupport
public static long ConvexMeshSupport(long convexMesh, long scale, long scaleRotation) -
ConvexMeshSupport
public static long ConvexMeshSupport(long convexMesh, long scale, long scaleRotation, float margin) -
destroy
public static void destroy(long address) -
getConvexMesh
public static long getConvexMesh(long address) -
getScale
public static long getScale(long address) -
setScale
public static void setScale(long address, long value) -
getScaleRotation
public static long getScaleRotation(long address) -
setScaleRotation
public static void setScaleRotation(long address, long value) -
getMargin
public static float getMargin(long address) -
setMargin
public static void setMargin(long address, float value)
-