• 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 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
In This Article
Back to top Generated by DocFX