Class FieldDef
Inheritance
System.Object
FieldDef
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()
Assembly: LdtkParser.dll
Syntax
Properties
AcceptFileTypes
Declaration
[JsonProperty("acceptFileTypes")]
public object AcceptFileTypes { get; set; }
Property Value
| Type |
Description |
| System.Object |
|
ArrayMaxLength
Declaration
[JsonProperty("arrayMaxLength")]
public object ArrayMaxLength { get; set; }
Property Value
| Type |
Description |
| System.Object |
|
ArrayMinLength
Declaration
[JsonProperty("arrayMinLength")]
public object ArrayMinLength { get; set; }
Property Value
| Type |
Description |
| System.Object |
|
CanBeNull
Declaration
[JsonProperty("canBeNull")]
public bool CanBeNull { get; set; }
Property Value
| Type |
Description |
| System.Boolean |
|
DefaultOverride
Declaration
[JsonProperty("defaultOverride")]
public DefaultOverride DefaultOverride { get; set; }
Property Value
EditorAlwaysShow
Declaration
[JsonProperty("editorAlwaysShow")]
public bool EditorAlwaysShow { get; set; }
Property Value
| Type |
Description |
| System.Boolean |
|
EditorDisplayMode
Declaration
[JsonProperty("editorDisplayMode")]
public string EditorDisplayMode { get; set; }
Property Value
| Type |
Description |
| System.String |
|
EditorDisplayPos
Declaration
[JsonProperty("editorDisplayPos")]
public string EditorDisplayPos { get; set; }
Property Value
| Type |
Description |
| System.String |
|
FieldDefType
Declaration
[JsonProperty("type")]
public TypeUnion FieldDefType { get; set; }
Property Value
Identifier
Declaration
[JsonProperty("identifier")]
public string Identifier { get; set; }
Property Value
| Type |
Description |
| System.String |
|
IsArray
Declaration
[JsonProperty("isArray")]
public bool IsArray { get; set; }
Property Value
| Type |
Description |
| System.Boolean |
|
Max
Declaration
[JsonProperty("max")]
public object Max { get; set; }
Property Value
| Type |
Description |
| System.Object |
|
Min
Declaration
[JsonProperty("min")]
public object Min { get; set; }
Property Value
| Type |
Description |
| System.Object |
|
Regex
Declaration
[JsonProperty("regex")]
public object Regex { get; set; }
Property Value
| Type |
Description |
| System.Object |
|
Type
Declaration
[JsonProperty("__type")]
public string Type { get; set; }
Property Value
| Type |
Description |
| System.String |
|
Uid
Declaration
[JsonProperty("uid")]
public long Uid { get; set; }
Property Value
| Type |
Description |
| System.Int64 |
|