Class PxVehicleSuspensionForce

java.lang.Object
physx.NativeObject
physx.vehicle2.PxVehicleSuspensionForce

public class PxVehicleSuspensionForce extends NativeObject
  • Field Details

    • SIZEOF

      public static final int SIZEOF
    • ALIGNOF

      public static final int ALIGNOF
      See Also:
  • Constructor Details

    • PxVehicleSuspensionForce

      protected PxVehicleSuspensionForce(long address)
    • PxVehicleSuspensionForce

      public PxVehicleSuspensionForce()
  • Method Details

    • wrapPointer

      public static PxVehicleSuspensionForce wrapPointer(long address)
    • arrayGet

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

      public void destroy()
    • getForce

      public PxVec3 getForce()
      Returns:
      WebIDL type: PxVec3 [Value]
    • setForce

      public void setForce(PxVec3 value)
      Parameters:
      value - WebIDL type: PxVec3 [Value]
    • getTorque

      public PxVec3 getTorque()
      Returns:
      WebIDL type: PxVec3 [Value]
    • setTorque

      public void setTorque(PxVec3 value)
      Parameters:
      value - WebIDL type: PxVec3 [Value]
    • getNormalForce

      public float getNormalForce()
      Returns:
      WebIDL type: float
    • setNormalForce

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

      public void setToDefault()