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

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

Properties

BgColor

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

BgPivotX

Declaration
[JsonProperty("bgPivotX")]
public double BgPivotX { get; set; }
Property Value
Type Description
System.Double

BgPivotY

Declaration
[JsonProperty("bgPivotY")]
public double BgPivotY { get; set; }
Property Value
Type Description
System.Double

BgPos

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

BgRelPath

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

ExternalRelPath

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

Identifier

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

LayerInstances

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

LevelBgColor

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

LevelBgPos

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

Neighbours

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

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

Uid

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

WorldX

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

WorldY

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