TileCategoryName Enumeration |
Provides an enumerated list of every tile category defined in the project.
Namespace: (Default Namespace)Assembly: Default (in Default.exe) Version: 1.0.0.0
Syntaxpublic enum TileCategoryName
Members
| Member name | Value | Description |
---|
| Solid | 0 | |
| Count | 1 | |
RemarksThis class is generated based on the tile categories defined in the project. Each category name is converted to an enumerated value based on the category name. These enumerated values can be used to refer to tile categories more efficiently than a string name would.
See Also