Class PxVehicleTireCamberAngleState

java.lang.Object
physx.NativeObject
physx.vehicle2.PxVehicleTireCamberAngleState

public class PxVehicleTireCamberAngleState extends NativeObject
Camber angle of the tire relative to the ground plane.
  • Field Details

    • SIZEOF

      public static final int SIZEOF
    • ALIGNOF

      public static final int ALIGNOF
      See Also:
  • Constructor Details

    • PxVehicleTireCamberAngleState

      protected PxVehicleTireCamberAngleState(long address)
    • PxVehicleTireCamberAngleState

      public PxVehicleTireCamberAngleState()
  • Method Details

    • wrapPointer

      public static PxVehicleTireCamberAngleState wrapPointer(long address)
    • arrayGet

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

      public void destroy()
    • getCamberAngle

      public float getCamberAngle()
    • setCamberAngle

      public void setCamberAngle(float value)
    • setToDefault

      public void setToDefault()