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

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

Properties

D

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

F

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

Px

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

Src

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

T

Declaration
[JsonProperty("t")]
public long T { get; set; }
Property Value
Type Description
System.Int64
In This Article
Back to top Generated by DocFX