Did you know that you can make your enums take up 75% less memory with this one simple trick?
Authored and narrated by Joseph Tang: https://blog.terresquall.com/author/josephtang
Voir sur ...
Aujourd'hui on parle des Enumeration types plus communément appelés "Enums". Ces structures sont constituées de plusieurs constantes (valeurs qui ne changent pas) et permettent de nombreuses choses ...
Quick Tips Playlist: https://www.youtube.com/playlist?list=PLzDRvYVwl53vjCLV83wb7ZF2mYNLC_wQZ
Always use Enums for State handling instead of using strings.
If you have any questions post them in ...
In this video we take a look at Enums in C#. For more information and in-depth knowledge of C# and Unity, check out The Unity C# Survival Guide, available at https://GameDevHQ.com
MAKE YOUR OWN ...