Click or drag to resize
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
Syntax
C#
public enum TileCategoryName
Members
  Member nameValueDescription
Solid0
Count1
Remarks
This 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