java.lang.Object
physx.vehicle2.PxVehicleFrame.Raw
- Enclosing class:
- PxVehicleFrame
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voiddestroy(long address) static longgetFrame(long address) static intgetLatAxis(long address) static intgetLngAxis(long address) static intgetVrtAxis(long address) static booleanisValid(long address) static longstatic voidsetLatAxis(long address, int value) static voidsetLngAxis(long address, int value) static voidsetToDefault(long address) static voidsetVrtAxis(long address, int value)
-
Constructor Details
-
Raw
public Raw()
-
-
Method Details
-
PxVehicleFrame
public static long PxVehicleFrame() -
destroy
public static void destroy(long address) -
getLngAxis
public static int getLngAxis(long address) -
setLngAxis
public static void setLngAxis(long address, int value) -
getLatAxis
public static int getLatAxis(long address) -
setLatAxis
public static void setLatAxis(long address, int value) -
getVrtAxis
public static int getVrtAxis(long address) -
setVrtAxis
public static void setVrtAxis(long address, int value) -
setToDefault
public static void setToDefault(long address) -
getFrame
public static long getFrame(long address) -
isValid
public static boolean isValid(long address)
-