Class PxVehiclePhysXConstraintState

java.lang.Object
physx.NativeObject
physx.vehicle2.PxVehiclePhysXConstraintState

public class PxVehiclePhysXConstraintState extends NativeObject
  • Field Details

    • SIZEOF

      public static final int SIZEOF
    • ALIGNOF

      public static final int ALIGNOF
      See Also:
  • Constructor Details

    • PxVehiclePhysXConstraintState

      protected PxVehiclePhysXConstraintState(long address)
    • PxVehiclePhysXConstraintState

      public PxVehiclePhysXConstraintState()
  • Method Details

    • wrapPointer

      public static PxVehiclePhysXConstraintState wrapPointer(long address)
    • arrayGet

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

      public void destroy()
    • getTireActiveStatus

      public boolean getTireActiveStatus(int index)
      Parameters:
      index - Array index
      Returns:
      WebIDL type: boolean
    • setTireActiveStatus

      public void setTireActiveStatus(int index, boolean value)
      Parameters:
      index - Array index
      value - WebIDL type: boolean
    • getTireLinears

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

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

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

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

      public float getTireDamping(int index)
      Parameters:
      index - Array index
      Returns:
      WebIDL type: float
    • setTireDamping

      public void setTireDamping(int index, float value)
      Parameters:
      index - Array index
      value - WebIDL type: float
    • getSuspActiveStatus

      public boolean getSuspActiveStatus()
      Returns:
      WebIDL type: boolean
    • setSuspActiveStatus

      public void setSuspActiveStatus(boolean value)
      Parameters:
      value - WebIDL type: boolean
    • getSuspLinear

      public PxVec3 getSuspLinear()
      Returns:
      WebIDL type: PxVec3 [Value]
    • setSuspLinear

      public void setSuspLinear(PxVec3 value)
      Parameters:
      value - WebIDL type: PxVec3 [Value]
    • getSuspAngular

      public PxVec3 getSuspAngular()
      Returns:
      WebIDL type: PxVec3 [Value]
    • setSuspAngular

      public void setSuspAngular(PxVec3 value)
      Parameters:
      value - WebIDL type: PxVec3 [Value]
    • getSuspGeometricError

      public float getSuspGeometricError()
      Returns:
      WebIDL type: float
    • setSuspGeometricError

      public void setSuspGeometricError(float value)
      Parameters:
      value - WebIDL type: float
    • getRestitution

      public float getRestitution()
      Returns:
      WebIDL type: float
    • setRestitution

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

      public void setToDefault()