java.lang.Object
physx.vehicle2.PxVehicleWheelRigidBody1dState.Raw
- Enclosing class:
- PxVehicleWheelRigidBody1dState
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voiddestroy(long address) static floatgetCorrectedRotationSpeed(long address) static floatgetRotationAngle(long address) static floatgetRotationSpeed(long address) static longstatic voidsetCorrectedRotationSpeed(long address, float value) static voidsetRotationAngle(long address, float value) static voidsetRotationSpeed(long address, float value) static voidsetToDefault(long address)
-
Constructor Details
-
Raw
public Raw()
-
-
Method Details
-
PxVehicleWheelRigidBody1dState
public static long PxVehicleWheelRigidBody1dState() -
destroy
public static void destroy(long address) -
getRotationSpeed
public static float getRotationSpeed(long address) -
setRotationSpeed
public static void setRotationSpeed(long address, float value) -
getCorrectedRotationSpeed
public static float getCorrectedRotationSpeed(long address) -
setCorrectedRotationSpeed
public static void setCorrectedRotationSpeed(long address, float value) -
getRotationAngle
public static float getRotationAngle(long address) -
setRotationAngle
public static void setRotationAngle(long address, float value) -
setToDefault
public static void setToDefault(long address)
-