Static: Beginning C# with Unity

By Brian Moakley Jan 9, 2025 #c# #code #unity

The static keyword allows you to add class level variables and class level methods on your objects. This means you can actually call methods or set properties without needs objects. While coding in Unity, you’ll use the static keyword all the time. This episode will get you started.

Previous episode: Properties
All episodes


Discover more from Jezner Blog

Subscribe to get the latest posts sent to your email.

By Brian Moakley

Brian Moakley is a writer and editor who lives amongst the quiet hills in New England. When not reading tales of high adventure, he is often telling such stories to all who will listen.

Related Post

Leave a Reply