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

VelocityMotorSettings() private method

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