Class Header
Inheritance
System.Object
Header
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 Header
Properties
App
Declaration
[JsonProperty("app")]
public string App { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
AppAuthor
Declaration
[JsonProperty("appAuthor")]
public string AppAuthor { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
AppVersion
Declaration
[JsonProperty("appVersion")]
public string AppVersion { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
Doc
Declaration
[JsonProperty("doc")]
public Uri Doc { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Uri |
FileType
Declaration
[JsonProperty("fileType")]
public string FileType { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
Schema
Declaration
[JsonProperty("schema")]
public Uri Schema { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Uri |
Url
Declaration
[JsonProperty("url")]
public Uri Url { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Uri |