java.lang.Object
physx.geometry.PxConvexMeshGeometry.Raw
- Enclosing class:
- PxConvexMeshGeometry
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voiddestroy(long address) static longgetConvexMesh(long address) static longgetMeshFlags(long address) static longgetScale(long address) static longPxConvexMeshGeometry(long mesh) static longPxConvexMeshGeometry(long mesh, long scaling) static longPxConvexMeshGeometry(long mesh, long scaling, long flags) static voidPxConvexMeshGeometry_placed(long address, long mesh) static voidPxConvexMeshGeometry_placed(long address, long mesh, long scaling) static voidPxConvexMeshGeometry_placed(long address, long mesh, long scaling, long flags) static voidsetConvexMesh(long address, long value) static voidsetMeshFlags(long address, long value) static voidsetScale(long address, long value)
-
Constructor Details
-
Raw
public Raw()
-
-
Method Details
-
PxConvexMeshGeometry_placed
public static void PxConvexMeshGeometry_placed(long address, long mesh) -
PxConvexMeshGeometry_placed
public static void PxConvexMeshGeometry_placed(long address, long mesh, long scaling) -
PxConvexMeshGeometry_placed
public static void PxConvexMeshGeometry_placed(long address, long mesh, long scaling, long flags) -
PxConvexMeshGeometry
public static long PxConvexMeshGeometry(long mesh) -
PxConvexMeshGeometry
public static long PxConvexMeshGeometry(long mesh, long scaling) -
PxConvexMeshGeometry
public static long PxConvexMeshGeometry(long mesh, long scaling, long flags) -
destroy
public static void destroy(long address) -
getScale
public static long getScale(long address) -
setScale
public static void setScale(long address, long value) -
getConvexMesh
public static long getConvexMesh(long address) -
setConvexMesh
public static void setConvexMesh(long address, long value) -
getMeshFlags
public static long getMeshFlags(long address) -
setMeshFlags
public static void setMeshFlags(long address, long value)
-