LDtkEnumDefinition

@Serializable
data class LDtkEnumDefinition(    val externalFileChecksum: String? = null,     val externalRelPath: String? = null,     val iconTilesetUid: Int? = null,     val identifier: String,     val uid: Int,     val values: List<LDtkEnumValueDefinition>,     val tags: List<String> = emptyList())

Constructors

Link copied to clipboard
fun LDtkEnumDefinition(    externalFileChecksum: String? = null,     externalRelPath: String? = null,     iconTilesetUid: Int? = null,     identifier: String,     uid: Int,     values: List<LDtkEnumValueDefinition>,     tags: List<String> = emptyList())

Properties

Link copied to clipboard
Link copied to clipboard
val externalRelPath: String? = null

Relative path to the external file providing this Enum

Link copied to clipboard
val iconTilesetUid: Int? = null

Tileset UID if provided

Link copied to clipboard

Unique String identifier

Link copied to clipboard

A list of user-defined tags to organize the Enums

Link copied to clipboard
val uid: Int

Unique Int identifier

Link copied to clipboard

All possible enum values, with their optional Tile infos.