Class PxConvexMeshGeometry.Raw

java.lang.Object
physx.geometry.PxConvexMeshGeometry.Raw
Enclosing class:
PxConvexMeshGeometry

public static class PxConvexMeshGeometry.Raw extends Object
  • 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)