Class GridTile
Inheritance
System.Object
GridTile
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 GridTile
Properties
D
Declaration
[JsonProperty("d")]
public List<long> D { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Collections.Generic.List<System.Int64> |
F
Declaration
[JsonProperty("f")]
public long F { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Int64 |
Px
Declaration
[JsonProperty("px")]
public List<long> Px { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Collections.Generic.List<System.Int64> |
Src
Declaration
[JsonProperty("src")]
public List<long> Src { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Collections.Generic.List<System.Int64> |
T
Declaration
[JsonProperty("t")]
public long T { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Int64 |