C# Method Overloading in Unity! – Intermediate Scripting Tutorial
Watch this video in context on Unity Learn:
https://learn.unity.com/tutorial/method-overloading
Overloading a method allows you to create different methods with the same name. The result is that you can provide a range of functionality without creating a lot of clutter. In this video you will learn how to create and use overloaded methods.