[Unity] Unity C# Basics (7) Enumeration, Indexer, Structure
Article directory enumerate – Simple enumeration – Flags enumeration (multiple choice enumeration) – Enum class C# indexer – Use generic indexers structure – Structure definition and use – Features of the structure – Difference between class and structure – struct with methods Summarize [enumerate] An enumeration is a set of named integer constants. Enumeration types …
[Unity] Unity C# Basics (7) Enumeration, Indexer, Structure Read More »