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

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

Properties

AutoLayerTiles

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

CHei

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

CWid

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

EntityInstances

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

GridSize

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

GridTiles

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

Identifier

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

IntGrid

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

LayerDefUid

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

LevelId

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

Opacity

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

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

PxTotalOffsetX

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

PxTotalOffsetY

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

Seed

Declaration
[JsonProperty("seed")]
public long Seed { 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>

TilesetRelPath

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

Type

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