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

MotorSettings3D() private method

private MotorSettings3D ( EntitySolverUpdateable motor ) : System
motor EntitySolverUpdateable
return System
        internal MotorSettings3D(EntitySolverUpdateable motor)
            : base(motor)
        {
            servo = new ServoSettings3D(this);
            velocityMotor = new VelocityMotorSettings3D(this);
        }
MotorSettings3D