Class PxVehiclePhysXSteerState

java.lang.Object
physx.NativeObject
physx.vehicle2.PxVehiclePhysXSteerState

public class PxVehiclePhysXSteerState extends NativeObject
A description of the previous steer command applied to the vehicle.
  • Field Details

    • SIZEOF

      public static final int SIZEOF
    • ALIGNOF

      public static final int ALIGNOF
      See Also:
  • Constructor Details

    • PxVehiclePhysXSteerState

      protected PxVehiclePhysXSteerState()
    • PxVehiclePhysXSteerState

      protected PxVehiclePhysXSteerState(long address)
  • Method Details

    • wrapPointer

      public static PxVehiclePhysXSteerState wrapPointer(long address)
    • arrayGet

      public static PxVehiclePhysXSteerState arrayGet(long baseAddress, int index)
    • destroy

      public void destroy()
    • getPreviousSteerCommand

      public float getPreviousSteerCommand()
      The steer command that was most previously applied to the vehicle.
    • setPreviousSteerCommand

      public void setPreviousSteerCommand(float value)
      The steer command that was most previously applied to the vehicle.
    • setToDefault

      public void setToDefault()