- Home /
 
 
               Question by 
               BenoitFreslon · Jan 27, 2014 at 07:46 PM · 
                monodevelop  
              
 
              Suggestion: parameter can be demoted to base class
Hello,
What does this message mean?
Suggestion: parameter can be demoted to base class
I got this message on MonoDevelop on the method OnTriggerExit2D
 void OnTriggerExit2D (Collider2D other)
 {
 }
 
               But it's really weird because I don't see this suggestion on the method OnTriggerEnter2D:
     void OnTriggerEnter2D (Collider2D other)
     {
             if (isDragged)
                     dropZone = other;
     }
 
              
               Comment
              
 
               
              Your answer
 
             Follow this Question
Related Questions
Change syntax window background colour 0 Answers
MonoDevelop4.0.1 Intellisense incorrect 'corrections' 1 Answer
How to set the default layout on MonoDevelop? 0 Answers
Does anyone know how to fix this if statment? 2 Answers
Why can't I edit C# script although I have monodevelop installed? PLEASE HELP 1 Answer