BEPUphysics.Vehicle.WheelSlidingFriction.WheelSlidingFriction C# (CSharp) Метод

WheelSlidingFriction() публичный Метод

Constructs a new sliding friction object for a wheel.
public WheelSlidingFriction ( float dynamicCoefficient, float staticCoefficient ) : System
dynamicCoefficient float Coefficient of dynamic sliding friction to be blended with the supporting entity's friction.
staticCoefficient float Coefficient of static sliding friction to be blended with the supporting entity's friction.
Результат System
        public WheelSlidingFriction(float dynamicCoefficient, float staticCoefficient)
        {
            KineticCoefficient = dynamicCoefficient;
            StaticCoefficient = staticCoefficient;
        }

Same methods

WheelSlidingFriction::WheelSlidingFriction ( ) : System
WheelSlidingFriction::WheelSlidingFriction ( Wheel wheel ) : System