filmov
tv
Unity Coding Tips Part 2: Extension Methods

Показать описание
In this tutorial, we go over extensions methods. Extension methods allow you to add methods to existing types without the need to subclass. They are an extremely handy tool to make your code reusable with no extra effort.