Class Defs
Inheritance
System.Object
Defs
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 Defs
Properties
Entities
Declaration
[JsonProperty("entities")]
public List<Entity> Entities { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Collections.Generic.List<Entity> |
Enums
Declaration
[JsonProperty("enums")]
public List<Enum> Enums { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Collections.Generic.List<Enum> |
ExternalEnums
Declaration
[JsonProperty("externalEnums")]
public List<object> ExternalEnums { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Collections.Generic.List<System.Object> |
Layers
Declaration
[JsonProperty("layers")]
public List<Layer> Layers { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Collections.Generic.List<Layer> |
Tilesets
Declaration
[JsonProperty("tilesets")]
public List<Tileset> Tilesets { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Collections.Generic.List<Tileset> |