• Api Documentation
Show / Hide Table of Contents
  • LdtkParser
    • Direction
    • ILayer
    • ILdtkEntity
    • IWorld
    • LayerType
    • Level
    • World
  • LdtkParser.Exceptions
    • EntityNotFoundException
    • FieldStoreException
    • InvalidTileException
    • TilesetNotFoundException
  • LdtkParser.Graphics
    • ColorConverter
    • Sprite
    • SpriteEnum
    • Tileset
  • LdtkParser.Json
    • BgPos
    • CachedPixelData
    • DefaultOverride
    • Defs
    • Entity
    • EntityInstance
    • Enum
    • FieldDef
    • FieldInstance
    • GridTile
    • Header
    • IntGrid
    • IntGridValue
    • Layer
    • LayerInstance
    • Level
    • Neighbour
    • Param
    • Project
    • RealEditorValue
    • Serialize
    • Tile
    • Tileset
    • TypeClass
    • TypeUnion
    • Value
    • ValueClass
    • ValueUnion
  • LdtkParser.Layers
    • Entities
    • EntityModel
    • EnumValue
    • FieldStore
    • IntGrid
    • Tiles

Class Defs

Inheritance
System.Object
Defs
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: LdtkParser.Json
Assembly: LdtkParser.dll
Syntax
public class Defs

Properties

Entities

Declaration
[JsonProperty("entities")]
public List<Entity> Entities { get; set; }
Property Value
Type Description
System.Collections.Generic.List<Entity>

Enums

Declaration
[JsonProperty("enums")]
public List<Enum> Enums { get; set; }
Property Value
Type Description
System.Collections.Generic.List<Enum>

ExternalEnums

Declaration
[JsonProperty("externalEnums")]
public List<object> ExternalEnums { get; set; }
Property Value
Type Description
System.Collections.Generic.List<System.Object>

Layers

Declaration
[JsonProperty("layers")]
public List<Layer> Layers { get; set; }
Property Value
Type Description
System.Collections.Generic.List<Layer>

Tilesets

Declaration
[JsonProperty("tilesets")]
public List<Tileset> Tilesets { get; set; }
Property Value
Type Description
System.Collections.Generic.List<Tileset>
In This Article
Back to top Generated by DocFX