Class PxVehicleTireForce

java.lang.Object
physx.NativeObject
physx.vehicle2.PxVehicleTireForce

public class PxVehicleTireForce extends NativeObject
  • Field Details

    • SIZEOF

      public static final int SIZEOF
    • ALIGNOF

      public static final int ALIGNOF
      See Also:
  • Constructor Details

    • PxVehicleTireForce

      protected PxVehicleTireForce(long address)
    • PxVehicleTireForce

      public PxVehicleTireForce()
  • Method Details

    • wrapPointer

      public static PxVehicleTireForce wrapPointer(long address)
    • arrayGet

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

      public void destroy()
    • getForces

      public PxVec3 getForces(int index)
      Parameters:
      index - Array index
      Returns:
      WebIDL type: PxVec3 [Value]
    • setForces

      public void setForces(int index, PxVec3 value)
      Parameters:
      index - Array index
      value - WebIDL type: PxVec3 [Value]
    • getTorques

      public PxVec3 getTorques(int index)
      Parameters:
      index - Array index
      Returns:
      WebIDL type: PxVec3 [Value]
    • setTorques

      public void setTorques(int index, PxVec3 value)
      Parameters:
      index - Array index
      value - WebIDL type: PxVec3 [Value]
    • getAligningMoment

      public float getAligningMoment()
      Returns:
      WebIDL type: float
    • setAligningMoment

      public void setAligningMoment(float value)
      Parameters:
      value - WebIDL type: float
    • getWheelTorque

      public float getWheelTorque()
      Returns:
      WebIDL type: float
    • setWheelTorque

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

      public void setToDefault()