Cirrious.MvvmCross.Plugins.Sphero.Commands.SpinLeftCommand.SpinLeftCommand C# (CSharp) Method

SpinLeftCommand() public method

public SpinLeftCommand ( int spinSpeed )
spinSpeed int
        public SpinLeftCommand(int spinSpeed)
            : base(RawMotorDirection.Forward, spinSpeed, RawMotorDirection.Reverse, spinSpeed)
        {
        }
    }
SpinLeftCommand