Class PxHeightFieldDesc.Raw

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

public static class PxHeightFieldDesc.Raw extends Object
  • Constructor Details

    • Raw

      public Raw()
  • Method Details

    • PxHeightFieldDesc_placed

      public static void PxHeightFieldDesc_placed(long address)
    • PxHeightFieldDesc

      public static long PxHeightFieldDesc()
    • destroy

      public static void destroy(long address)
    • getNbRows

      public static int getNbRows(long address)
    • setNbRows

      public static void setNbRows(long address, int value)
    • getNbColumns

      public static int getNbColumns(long address)
    • setNbColumns

      public static void setNbColumns(long address, int value)
    • getFormat

      public static int getFormat(long address)
    • setFormat

      public static void setFormat(long address, int value)
    • getSamples

      public static long getSamples(long address)
    • setSamples

      public static void setSamples(long address, long value)
    • getConvexEdgeThreshold

      public static float getConvexEdgeThreshold(long address)
    • setConvexEdgeThreshold

      public static void setConvexEdgeThreshold(long address, float value)
    • getFlags

      public static long getFlags(long address)
    • setFlags

      public static void setFlags(long address, long value)
    • setToDefault

      public static void setToDefault(long address)
    • isValid

      public static boolean isValid(long address)