Class PxVehicleRoadGeometryState.Raw

java.lang.Object
physx.vehicle2.PxVehicleRoadGeometryState.Raw
Enclosing class:
PxVehicleRoadGeometryState

public static class PxVehicleRoadGeometryState.Raw extends Object
  • Constructor Details

    • Raw

      public Raw()
  • Method Details

    • PxVehicleRoadGeometryState

      public static long PxVehicleRoadGeometryState()
    • destroy

      public static void destroy(long address)
    • getPlane

      public static long getPlane(long address)
    • setPlane

      public static void setPlane(long address, long value)
    • getFriction

      public static float getFriction(long address)
    • setFriction

      public static void setFriction(long address, float value)
    • getVelocity

      public static long getVelocity(long address)
    • setVelocity

      public static void setVelocity(long address, long value)
    • getHitState

      public static boolean getHitState(long address)
    • setHitState

      public static void setHitState(long address, boolean value)
    • setToDefault

      public static void setToDefault(long address)