Class EntityInstance
Inheritance
System.Object
EntityInstance
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 EntityInstance
Properties
DefUid
Declaration
[JsonProperty("defUid")]
public long DefUid { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Int64 |
FieldInstances
Declaration
[JsonProperty("fieldInstances")]
public List<FieldInstance> FieldInstances { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Collections.Generic.List<FieldInstance> |
Grid
Declaration
[JsonProperty("__grid")]
public List<long> Grid { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Collections.Generic.List<System.Int64> |
Identifier
Declaration
[JsonProperty("__identifier")]
public string Identifier { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
Pivot
Declaration
[JsonProperty("__pivot")]
public List<double> Pivot { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Collections.Generic.List<System.Double> |
Px
Declaration
[JsonProperty("px")]
public List<long> Px { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Collections.Generic.List<System.Int64> |
Tile
Declaration
[JsonProperty("__tile", NullValueHandling = NullValueHandling.Ignore)]
public Tile Tile { get; set; }
Property Value
| Type | Description |
|---|---|
| Tile |