Enum CustomEnumStorageType
- Namespace
- DotTiled
- Assembly
- DotTiled.dll
Represents the storage type of a custom enum.
public enum CustomEnumStorageType
Fields
Int = 0
The backing value is an integer.
String = 1
The backing value is a string.
Represents the storage type of a custom enum.
public enum CustomEnumStorageType
Int = 0
The backing value is an integer.
String = 1
The backing value is a string.