java.lang.Object
physx.vehicle2.PxVehiclePhysXMaterialFriction.Raw
- Enclosing class:
- PxVehiclePhysXMaterialFriction
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voiddestroy(long address) static floatgetFriction(long address) static longgetMaterial(long address) static booleanisValid(long address) static longstatic voidsetFriction(long address, float value) static voidsetMaterial(long address, long value)
-
Constructor Details
-
Raw
public Raw()
-
-
Method Details
-
PxVehiclePhysXMaterialFriction
public static long PxVehiclePhysXMaterialFriction() -
destroy
public static void destroy(long address) -
getMaterial
public static long getMaterial(long address) -
setMaterial
public static void setMaterial(long address, long value) -
getFriction
public static float getFriction(long address) -
setFriction
public static void setFriction(long address, float value) -
isValid
public static boolean isValid(long address)
-