java.lang.Object
physx.vehicle2.PxVehicleScale.Raw
- Enclosing class:
- PxVehicleScale
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voiddestroy(long address) static floatgetScale(long address) static booleanisValid(long address) static longstatic voidsetScale(long address, float value) static voidsetToDefault(long address)
-
Constructor Details
-
Raw
public Raw()
-
-
Method Details
-
PxVehicleScale
public static long PxVehicleScale() -
destroy
public static void destroy(long address) -
getScale
public static float getScale(long address) -
setScale
public static void setScale(long address, float value) -
setToDefault
public static void setToDefault(long address) -
isValid
public static boolean isValid(long address)
-