BEPUphysics.Constraints.TwoEntity.Motors.ServoSettings.ServoSettings C# (CSharp) Method

ServoSettings() private method

private ServoSettings ( MotorSettings motorSettings ) : System
motorSettings MotorSettings
return System
        internal ServoSettings(MotorSettings motorSettings)
        {
            this.motorSettings = motorSettings;
        }
ServoSettings