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

MotorSettingsOrientation() private method

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