Class PxHeightFieldGeometry.Raw

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

public static class PxHeightFieldGeometry.Raw extends Object
  • Constructor Details

    • Raw

      public Raw()
  • Method Details

    • PxHeightFieldGeometry_placed

      public static void PxHeightFieldGeometry_placed(long address)
    • PxHeightFieldGeometry_placed

      public static void PxHeightFieldGeometry_placed(long address, long hf, long flags, float heightScale, float rowScale, float columnScale)
    • PxHeightFieldGeometry

      public static long PxHeightFieldGeometry()
    • PxHeightFieldGeometry

      public static long PxHeightFieldGeometry(long hf, long flags, float heightScale, float rowScale, float columnScale)
    • destroy

      public static void destroy(long address)
    • getHeightField

      public static long getHeightField(long address)
    • setHeightField

      public static void setHeightField(long address, long value)
    • getHeightScale

      public static float getHeightScale(long address)
    • setHeightScale

      public static void setHeightScale(long address, float value)
    • getRowScale

      public static float getRowScale(long address)
    • setRowScale

      public static void setRowScale(long address, float value)
    • getColumnScale

      public static float getColumnScale(long address)
    • setColumnScale

      public static void setColumnScale(long address, float value)
    • getHeightFieldFlags

      public static long getHeightFieldFlags(long address)
    • setHeightFieldFlags

      public static void setHeightFieldFlags(long address, long value)
    • isValid

      public static boolean isValid(long address)