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

WheelSuspension() приватный Метод

private WheelSuspension ( Wheel wheel ) : BEPUphysics.Constraints
wheel Wheel
Результат BEPUphysics.Constraints
        internal WheelSuspension(Wheel wheel)
        {
            Wheel = wheel;
        }

Same methods

WheelSuspension::WheelSuspension ( float stiffnessConstant, float dampingConstant, Vector3 localDirection, float restLength, Vector3 localAttachmentPoint ) : BEPUphysics.Constraints