java.lang.Object
physx.vehicle2.PhysXIntegrationState.Raw
- Enclosing class:
- PhysXIntegrationState
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidcreate(long address, long baseParams, long physxParams, long physics, long params, long defaultMaterial) static voiddestroy(long address) static voiddestroyState(long address) static longgetPhysxActor(long address) static longgetPhysxConstraints(long address) static longgetPhysxSteerState(long address) static longstatic voidsetPhysxActor(long address, long value) static voidsetPhysxConstraints(long address, long value) static voidsetPhysxSteerState(long address, long value) static voidsetToDefault(long address)
-
Constructor Details
-
Raw
public Raw()
-
-
Method Details
-
PhysXIntegrationState
public static long PhysXIntegrationState() -
destroy
public static void destroy(long address) -
getPhysxActor
public static long getPhysxActor(long address) -
setPhysxActor
public static void setPhysxActor(long address, long value) -
getPhysxSteerState
public static long getPhysxSteerState(long address) -
setPhysxSteerState
public static void setPhysxSteerState(long address, long value) -
getPhysxConstraints
public static long getPhysxConstraints(long address) -
setPhysxConstraints
public static void setPhysxConstraints(long address, long value) -
destroyState
public static void destroyState(long address) -
setToDefault
public static void setToDefault(long address) -
create
public static void create(long address, long baseParams, long physxParams, long physics, long params, long defaultMaterial)
-