• 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 EntityInstance

Inheritance
System.Object
EntityInstance
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 EntityInstance

Properties

DefUid

Declaration
[JsonProperty("defUid")]
public long DefUid { get; set; }
Property Value
Type Description
System.Int64

FieldInstances

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

Grid

Declaration
[JsonProperty("__grid")]
public List<long> Grid { get; set; }
Property Value
Type Description
System.Collections.Generic.List<System.Int64>

Identifier

Declaration
[JsonProperty("__identifier")]
public string Identifier { get; set; }
Property Value
Type Description
System.String

Pivot

Declaration
[JsonProperty("__pivot")]
public List<double> Pivot { get; set; }
Property Value
Type Description
System.Collections.Generic.List<System.Double>

Px

Declaration
[JsonProperty("px")]
public List<long> Px { get; set; }
Property Value
Type Description
System.Collections.Generic.List<System.Int64>

Tile

Declaration
[JsonProperty("__tile", NullValueHandling = NullValueHandling.Ignore)]
public Tile Tile { get; set; }
Property Value
Type Description
Tile
In This Article
Back to top Generated by DocFX