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()
Assembly: LdtkParser.dll
Syntax
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 |
|