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

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

Properties

AutoRuleGroups

Declaration
[JsonProperty("autoRuleGroups")]
public List<object> AutoRuleGroups { get; set; }
Property Value
Type Description
System.Collections.Generic.List<System.Object>

AutoSourceLayerDefUid

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

AutoTilesetDefUid

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

DisplayOpacity

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

GridSize

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

Identifier

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

IntGridValues

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

LayerType

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

PxOffsetX

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

PxOffsetY

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

TilePivotX

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

TilePivotY

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

TilesetDefUid

Declaration
[JsonProperty("tilesetDefUid")]
public long? TilesetDefUid { get; set; }
Property Value
Type Description
System.Nullable<System.Int64>

Type

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

Uid

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