java.lang.Object
physx.vehicle2.PxVehiclePhysXActor.Raw
- Enclosing class:
- PxVehiclePhysXActor
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voiddestroy(long address) static longgetRigidBody(long address) static longgetWheelShapes(long address, int index) static voidsetRigidBody(long address, long value) static voidsetToDefault(long address) static voidsetWheelShapes(long address, int index, long value)
-
Constructor Details
-
Raw
public Raw()
-
-
Method Details
-
destroy
public static void destroy(long address) -
getRigidBody
public static long getRigidBody(long address) -
setRigidBody
public static void setRigidBody(long address, long value) -
getWheelShapes
public static long getWheelShapes(long address, int index) -
setWheelShapes
public static void setWheelShapes(long address, int index, long value) -
setToDefault
public static void setToDefault(long address)
-