Class Enum
Inheritance
System.Object
Enum
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 Enum
Properties
ExternalFileChecksum
Declaration
[JsonProperty("externalFileChecksum")]
public object ExternalFileChecksum { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Object |
ExternalRelPath
Declaration
[JsonProperty("externalRelPath")]
public object ExternalRelPath { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Object |
IconTilesetUid
Declaration
[JsonProperty("iconTilesetUid", NullValueHandling = NullValueHandling.Ignore)]
public long? IconTilesetUid { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.Int64> |
Identifier
Declaration
[JsonProperty("identifier")]
public string Identifier { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
Uid
Declaration
[JsonProperty("uid")]
public long Uid { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Int64 |
Values
Declaration
[JsonProperty("values")]
public List<Value> Values { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Collections.Generic.List<Value> |