Package physx.vehicle

Class PxVehicleDrivableSurfaceToTireFrictionPairs


  • public class PxVehicleDrivableSurfaceToTireFrictionPairs
    extends NativeObject
    • Constructor Detail

      • PxVehicleDrivableSurfaceToTireFrictionPairs

        protected PxVehicleDrivableSurfaceToTireFrictionPairs()
      • PxVehicleDrivableSurfaceToTireFrictionPairs

        protected PxVehicleDrivableSurfaceToTireFrictionPairs​(long address)
    • Method Detail

      • release

        public void release()
      • setTypePairFriction

        public void setTypePairFriction​(int surfaceType,
                                        int tireType,
                                        float value)
        Parameters:
        surfaceType - WebIDL type: unsigned long
        tireType - WebIDL type: unsigned long
        value - WebIDL type: float
      • getTypePairFriction

        public float getTypePairFriction​(int surfaceType,
                                         int tireType)
        Parameters:
        surfaceType - WebIDL type: unsigned long
        tireType - WebIDL type: unsigned long
        Returns:
        WebIDL type: float
      • getMaxNbSurfaceTypes

        public int getMaxNbSurfaceTypes()
        Returns:
        WebIDL type: unsigned long
      • getMaxNbTireTypes

        public int getMaxNbTireTypes()
        Returns:
        WebIDL type: unsigned long