Class RealEditorValue
Inheritance
System.Object
RealEditorValue
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 RealEditorValue
Properties
Id
Declaration
[JsonProperty("id")]
public string Id { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
Params
Declaration
[JsonProperty("params")]
public List<string> Params { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Collections.Generic.List<System.String> |