...
Table of Contents | ||||
---|---|---|---|---|
|
Video Overview
...
About Enums
The term "enum" is short for "enumerated list". It is a common programming term that simply means a user-defined list. You would use an enum if you would like to create a variable that has a list of options or states.
Create an Enum
1. Click on the Enum Editor in the shortcut menu on the right side of the screen:
...