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()
Assembly: LdtkParser.dll
Syntax
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
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 |
|
Declaration
[JsonProperty("__header__")]
public Header Header { get; set; }
Property Value
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
Extension Methods