Class PxVehiclePhysXMaterialFrictionParams

java.lang.Object
physx.NativeObject
physx.vehicle2.PxVehiclePhysXMaterialFrictionParams

public class PxVehiclePhysXMaterialFrictionParams extends NativeObject
  • Field Details

    • SIZEOF

      public static final int SIZEOF
    • ALIGNOF

      public static final int ALIGNOF
      See Also:
  • Constructor Details

    • PxVehiclePhysXMaterialFrictionParams

      protected PxVehiclePhysXMaterialFrictionParams()
    • PxVehiclePhysXMaterialFrictionParams

      protected PxVehiclePhysXMaterialFrictionParams(long address)
  • Method Details

    • wrapPointer

      public static PxVehiclePhysXMaterialFrictionParams wrapPointer(long address)
    • arrayGet

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

      public void destroy()
    • getMaterialFrictions

      public PxVehiclePhysXMaterialFriction getMaterialFrictions()
      Returns:
      WebIDL type: PxVehiclePhysXMaterialFriction
    • setMaterialFrictions

      public void setMaterialFrictions(PxVehiclePhysXMaterialFriction value)
      Parameters:
      value - WebIDL type: PxVehiclePhysXMaterialFriction
    • getNbMaterialFrictions

      public int getNbMaterialFrictions()
      Returns:
      WebIDL type: unsigned long
    • setNbMaterialFrictions

      public void setNbMaterialFrictions(int value)
      Parameters:
      value - WebIDL type: unsigned long
    • getDefaultFriction

      public float getDefaultFriction()
      Returns:
      WebIDL type: float
    • setDefaultFriction

      public void setDefaultFriction(float value)
      Parameters:
      value - WebIDL type: float
    • isValid

      public boolean isValid()
      Returns:
      WebIDL type: boolean