Class PxGeometryHolder.Raw

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

public static class PxGeometryHolder.Raw extends Object
  • Constructor Details

    • Raw

      public Raw()
  • Method Details

    • PxGeometryHolder

      public static long PxGeometryHolder()
    • PxGeometryHolder

      public static long PxGeometryHolder(long geometry)
    • destroy

      public static void destroy(long address)
    • getType

      public static int getType(long address)
    • sphere

      public static long sphere(long address)
    • plane

      public static long plane(long address)
    • capsule

      public static long capsule(long address)
    • box

      public static long box(long address)
    • convexMesh

      public static long convexMesh(long address)
    • triangleMesh

      public static long triangleMesh(long address)
    • heightField

      public static long heightField(long address)
    • storeAny

      public static void storeAny(long address, long geometry)