Class PxVehiclePhysXMaterialFriction

java.lang.Object
physx.NativeObject
physx.vehicle2.PxVehiclePhysXMaterialFriction

public class PxVehiclePhysXMaterialFriction extends NativeObject
  • Field Details

    • SIZEOF

      public static final int SIZEOF
    • ALIGNOF

      public static final int ALIGNOF
      See Also:
  • Constructor Details

    • PxVehiclePhysXMaterialFriction

      protected PxVehiclePhysXMaterialFriction(long address)
    • PxVehiclePhysXMaterialFriction

      public PxVehiclePhysXMaterialFriction()
  • Method Details

    • wrapPointer

      public static PxVehiclePhysXMaterialFriction wrapPointer(long address)
    • arrayGet

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

      public void destroy()
    • getMaterial

      public PxMaterial getMaterial()
      Returns:
      WebIDL type: PxMaterial [Const]
    • setMaterial

      public void setMaterial(PxMaterial value)
      Parameters:
      value - WebIDL type: PxMaterial [Const]
    • getFriction

      public float getFriction()
      Returns:
      WebIDL type: float
    • setFriction

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

      public boolean isValid()
      Returns:
      WebIDL type: boolean