Show / Hide Table of Contents

Class EnumDefinition

Json Definition Data

Properties

| Improve this Doc View Source

ExternalFileChecksum

Type Description
System.String
| Improve this Doc View Source

ExternalRelPath

Relative path to the external file providing this Enum

Type Description
System.String
| Improve this Doc View Source

IconTileset

Type Description
TilesetDefinition

Reference to the tileset that uses this icon.
Make sure to call LDtkUidBank.CacheUidData(LdtkJson) first!

| Improve this Doc View Source

IconTilesetUid

Tileset UID if provided

Type Description
System.Nullable<System.Int32>
| Improve this Doc View Source

Identifier

User defined unique identifier

Type Description
System.String
| Improve this Doc View Source

Tags

An array of user-defined tags to organize the Enums

Type Description
System.String[]
| Improve this Doc View Source

Uid

Unique Int identifier

Type Description
System.Int32
| Improve this Doc View Source

Values

All possible enum values, with their optional Tile infos.

Type Description
EnumValueDefinition[]
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX