Class PxVehicleWheelRigidBody1dState

java.lang.Object
physx.NativeObject
physx.vehicle2.PxVehicleWheelRigidBody1dState

public class PxVehicleWheelRigidBody1dState extends NativeObject
  • Field Details

    • SIZEOF

      public static final int SIZEOF
    • ALIGNOF

      public static final int ALIGNOF
      See Also:
  • Constructor Details

    • PxVehicleWheelRigidBody1dState

      protected PxVehicleWheelRigidBody1dState(long address)
    • PxVehicleWheelRigidBody1dState

      public PxVehicleWheelRigidBody1dState()
  • Method Details

    • wrapPointer

      public static PxVehicleWheelRigidBody1dState wrapPointer(long address)
    • arrayGet

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

      public void destroy()
    • getRotationSpeed

      public float getRotationSpeed()
      Returns:
      WebIDL type: float
    • setRotationSpeed

      public void setRotationSpeed(float value)
      Parameters:
      value - WebIDL type: float
    • getCorrectedRotationSpeed

      public float getCorrectedRotationSpeed()
      Returns:
      WebIDL type: float
    • setCorrectedRotationSpeed

      public void setCorrectedRotationSpeed(float value)
      Parameters:
      value - WebIDL type: float
    • getRotationAngle

      public float getRotationAngle()
      Returns:
      WebIDL type: float
    • setRotationAngle

      public void setRotationAngle(float value)
      Parameters:
      value - WebIDL type: float
    • setToDefault

      public void setToDefault()