java.lang.Object
physx.vehicle2.PxVehicleRoadGeometryState.Raw
- Enclosing class:
- PxVehicleRoadGeometryState
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voiddestroy(long address) static floatgetFriction(long address) static booleangetHitState(long address) static longgetPlane(long address) static longgetVelocity(long address) static longstatic voidsetFriction(long address, float value) static voidsetHitState(long address, boolean value) static voidsetPlane(long address, long value) static voidsetToDefault(long address) static voidsetVelocity(long address, long value)
-
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)
-