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()
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
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 |
|