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()
Assembly: LdtkParser.dll
Syntax
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
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
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 |
|