Methods

Jared Amlin
Level Up Coding

--

What are methods? Methods and Functions can be used interchangeably, only Methods are specific to C#. Methods are like a subset of instructions that can be injected into a script for added cleanliness and functionality. Methods, like scripts, run top to bottom. When you call a method from a script, that method will run in it’s entirety before continuing on from where it was called.

--

--

I am an artist and musician, that is currently diving headfirst into game development with C# and Unity3D.