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

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

Properties

CachedPixelData

Declaration
[JsonProperty("cachedPixelData")]
public CachedPixelData CachedPixelData { get; set; }
Property Value
Type Description
CachedPixelData

Identifier

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

Padding

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

PxHei

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

PxWid

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

RelPath

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

SavedSelections

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

Spacing

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

TileGridSize

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

Uid

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