java.lang.Object
physx.vehicle2.PxVehicleTopLevelFunctions.Raw
- Enclosing class:
- PxVehicleTopLevelFunctions
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidstatic intstatic booleanInitVehicleExtension(long foundation) static booleanVehicleComputeSprungMasses(int nbSprungMasses, long sprungMassCoordinates, float totalMass, int gravityDirection, long sprungMasses) static longVehicleUnitCylinderSweepMeshCreate(long vehicleFrame, long physics, long params) static voidVehicleUnitCylinderSweepMeshDestroy(long mesh)
-
Constructor Details
-
Raw
public Raw()
-
-
Method Details
-
getMAX_NB_ENGINE_TORQUE_CURVE_ENTRIES
public static int getMAX_NB_ENGINE_TORQUE_CURVE_ENTRIES() -
InitVehicleExtension
public static boolean InitVehicleExtension(long foundation) -
CloseVehicleExtension
public static void CloseVehicleExtension() -
VehicleComputeSprungMasses
public static boolean VehicleComputeSprungMasses(int nbSprungMasses, long sprungMassCoordinates, float totalMass, int gravityDirection, long sprungMasses) -
VehicleUnitCylinderSweepMeshCreate
public static long VehicleUnitCylinderSweepMeshCreate(long vehicleFrame, long physics, long params) -
VehicleUnitCylinderSweepMeshDestroy
public static void VehicleUnitCylinderSweepMeshDestroy(long mesh)
-