Back to Browse

Unity Tutorial 18 - Creating and calling methods (functions)

9.7K views
Oct 16, 2015
6:54

A method, also known as a function, is a module of code that a programmer can create and then call on later on in the program. Many methods already exist in programming languages such as C# but the programmer also has the ability to make their own. A method will usually perform a single task. Many methods can work together to achieve a goal. Sample code: http://codemahal.com/video/creating-and-using-methods-functions-in-c/

Download

0 formats

No download links available.

Unity Tutorial 18 - Creating and calling methods (functions) | NatokHD