C# Method Overloading in Unity! - Intermediate Scripting Tutorial

Uploaded by Unity
Share: Twitter Facebook
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.