[1Ed] Chapter 25: Classes

By the end of this chapter, you will understand how to use classes. A class is a collection of both variables and functions in a single C# object. Classes are an essential building block in modern games and, more widely, in object-oriented programming.

Errata

Lecture Notes

Tutorial Files