Class FieldInstance
Inheritance
System.Object
FieldInstance
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 FieldInstance
Properties
DefUid
Declaration
[JsonProperty("defUid")]
public long DefUid { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Int64 |
Identifier
Declaration
[JsonProperty("__identifier")]
public string Identifier { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
RealEditorValues
Declaration
[JsonProperty("realEditorValues")]
public List<RealEditorValue> RealEditorValues { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Collections.Generic.List<RealEditorValue> |
Type
Declaration
[JsonProperty("__type")]
public string Type { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
Value
Declaration
[JsonProperty("__value")]
public ValueUnion Value { get; set; }
Property Value
| Type | Description |
|---|---|
| ValueUnion |