BEPUphysics.Constraints.TwoEntity.Motors.MotorSettingsOrientation.MotorSettingsOrientation C# (CSharp) Метод

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

private MotorSettingsOrientation ( EntitySolverUpdateable motor ) : System
motor EntitySolverUpdateable
Результат System
        internal MotorSettingsOrientation(EntitySolverUpdateable motor)
            : base(motor)
        {
            servo = new ServoSettingsOrientation(this);
            velocityMotor = new VelocityMotorSettings3D(this);
        }
MotorSettingsOrientation