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

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

Properties

BackupLimit

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

BackupOnSave

Declaration
[JsonProperty("backupOnSave")]
public bool BackupOnSave { get; set; }
Property Value
Type Description
System.Boolean

BgColor

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

DefaultGridSize

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

DefaultLevelBgColor

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

DefaultPivotX

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

DefaultPivotY

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

Defs

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

ExportPng

Declaration
[JsonProperty("exportPng")]
public bool ExportPng { get; set; }
Property Value
Type Description
System.Boolean

ExportTiled

Declaration
[JsonProperty("exportTiled")]
public bool ExportTiled { get; set; }
Property Value
Type Description
System.Boolean

ExternalLevels

Declaration
[JsonProperty("externalLevels")]
public bool ExternalLevels { get; set; }
Property Value
Type Description
System.Boolean

Header

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

JsonVersion

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

Levels

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

MinifyJson

Declaration
[JsonProperty("minifyJson")]
public bool MinifyJson { get; set; }
Property Value
Type Description
System.Boolean

NextUid

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

PngFilePattern

Declaration
[JsonProperty("pngFilePattern")]
public object PngFilePattern { get; set; }
Property Value
Type Description
System.Object

WorldGridHeight

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

WorldGridWidth

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

WorldLayout

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

Methods

FromJson(String)

Declaration
public static Project FromJson(string json)
Parameters
Type Name Description
System.String json
Returns
Type Description
Project

Extension Methods

Serialize.ToJson(Project)
In This Article
Back to top Generated by DocFX