java.lang.Object
physx.vehicle2.PhysXIntegrationParams.Raw
- Enclosing class:
- PhysXIntegrationParams
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidcreate(long address, long axleDesc, long roadQueryFilterData, long roadQueryFilterCallback, long materialFrictions, int nbMaterialFrictions, float defaultFriction, long physxActorCMassLocalPose, long actorGeometry, long physxActorBoxShapeLocalPose, int roadGeometryQueryType) static voiddestroy(long address) static longgetPhysxActorBoxShapeLocalPose(long address) static longgetPhysxActorCMassLocalPose(long address) static longgetPhysxActorGeometry(long address) static longgetPhysxActorQueryFilterData(long address) static longgetPhysxActorShapeFlags(long address) static longgetPhysxActorSimulationFilterData(long address) static longgetPhysxActorWheelQueryFilterData(long address) static longgetPhysxActorWheelShapeFlags(long address) static longgetPhysxActorWheelSimulationFilterData(long address) static longgetPhysxMaterialFrictionParams(long address, int index) static longgetPhysxRoadGeometryQueryParams(long address) static longgetPhysxSuspensionLimitConstraintParams(long address, int index) static longgetPhysxWheelShapeLocalPoses(long address, int index) static booleanisValid(long address, long axleDesc) static longstatic voidsetPhysxActorBoxShapeLocalPose(long address, long value) static voidsetPhysxActorCMassLocalPose(long address, long value) static voidsetPhysxActorGeometry(long address, long value) static voidsetPhysxActorQueryFilterData(long address, long value) static voidsetPhysxActorShapeFlags(long address, long value) static voidsetPhysxActorSimulationFilterData(long address, long value) static voidsetPhysxActorWheelQueryFilterData(long address, long value) static voidsetPhysxActorWheelShapeFlags(long address, long value) static voidsetPhysxActorWheelSimulationFilterData(long address, long value) static voidsetPhysxMaterialFrictionParams(long address, int index, long value) static voidsetPhysxRoadGeometryQueryParams(long address, long value) static voidsetPhysxSuspensionLimitConstraintParams(long address, int index, long value) static voidsetPhysxWheelShapeLocalPoses(long address, int index, long value) static longtransformAndScale(long address, long srcFrame, long trgFrame, long srcScale, long trgScale)
-
Constructor Details
-
Raw
public Raw()
-
-
Method Details
-
PhysXIntegrationParams
public static long PhysXIntegrationParams() -
destroy
public static void destroy(long address) -
getPhysxRoadGeometryQueryParams
public static long getPhysxRoadGeometryQueryParams(long address) -
setPhysxRoadGeometryQueryParams
public static void setPhysxRoadGeometryQueryParams(long address, long value) -
getPhysxMaterialFrictionParams
public static long getPhysxMaterialFrictionParams(long address, int index) -
setPhysxMaterialFrictionParams
public static void setPhysxMaterialFrictionParams(long address, int index, long value) -
getPhysxSuspensionLimitConstraintParams
public static long getPhysxSuspensionLimitConstraintParams(long address, int index) -
setPhysxSuspensionLimitConstraintParams
public static void setPhysxSuspensionLimitConstraintParams(long address, int index, long value) -
getPhysxActorCMassLocalPose
public static long getPhysxActorCMassLocalPose(long address) -
setPhysxActorCMassLocalPose
public static void setPhysxActorCMassLocalPose(long address, long value) -
getPhysxActorGeometry
public static long getPhysxActorGeometry(long address) -
setPhysxActorGeometry
public static void setPhysxActorGeometry(long address, long value) -
getPhysxActorBoxShapeLocalPose
public static long getPhysxActorBoxShapeLocalPose(long address) -
setPhysxActorBoxShapeLocalPose
public static void setPhysxActorBoxShapeLocalPose(long address, long value) -
getPhysxWheelShapeLocalPoses
public static long getPhysxWheelShapeLocalPoses(long address, int index) -
setPhysxWheelShapeLocalPoses
public static void setPhysxWheelShapeLocalPoses(long address, int index, long value) -
getPhysxActorShapeFlags
public static long getPhysxActorShapeFlags(long address) -
setPhysxActorShapeFlags
public static void setPhysxActorShapeFlags(long address, long value) -
getPhysxActorSimulationFilterData
public static long getPhysxActorSimulationFilterData(long address) -
setPhysxActorSimulationFilterData
public static void setPhysxActorSimulationFilterData(long address, long value) -
getPhysxActorQueryFilterData
public static long getPhysxActorQueryFilterData(long address) -
setPhysxActorQueryFilterData
public static void setPhysxActorQueryFilterData(long address, long value) -
getPhysxActorWheelShapeFlags
public static long getPhysxActorWheelShapeFlags(long address) -
setPhysxActorWheelShapeFlags
public static void setPhysxActorWheelShapeFlags(long address, long value) -
getPhysxActorWheelSimulationFilterData
public static long getPhysxActorWheelSimulationFilterData(long address) -
setPhysxActorWheelSimulationFilterData
public static void setPhysxActorWheelSimulationFilterData(long address, long value) -
getPhysxActorWheelQueryFilterData
public static long getPhysxActorWheelQueryFilterData(long address) -
setPhysxActorWheelQueryFilterData
public static void setPhysxActorWheelQueryFilterData(long address, long value) -
transformAndScale
public static long transformAndScale(long address, long srcFrame, long trgFrame, long srcScale, long trgScale) -
isValid
public static boolean isValid(long address, long axleDesc) -
create
public static void create(long address, long axleDesc, long roadQueryFilterData, long roadQueryFilterCallback, long materialFrictions, int nbMaterialFrictions, float defaultFriction, long physxActorCMassLocalPose, long actorGeometry, long physxActorBoxShapeLocalPose, int roadGeometryQueryType)
-