• Api Documentation
Show / Hide Table of Contents
  • LdtkParser
    • Direction
    • ILayer
    • ILdtkEntity
    • IWorld
    • LayerType
    • Level
    • World
  • LdtkParser.Exceptions
    • EntityNotFoundException
    • FieldStoreException
    • InvalidTileException
    • TilesetNotFoundException
  • LdtkParser.Graphics
    • ColorConverter
    • Sprite
    • SpriteEnum
    • Tileset
  • LdtkParser.Json
    • BgPos
    • CachedPixelData
    • DefaultOverride
    • Defs
    • Entity
    • EntityInstance
    • Enum
    • FieldDef
    • FieldInstance
    • GridTile
    • Header
    • IntGrid
    • IntGridValue
    • Layer
    • LayerInstance
    • Level
    • Neighbour
    • Param
    • Project
    • RealEditorValue
    • Serialize
    • Tile
    • Tileset
    • TypeClass
    • TypeUnion
    • Value
    • ValueClass
    • ValueUnion
  • LdtkParser.Layers
    • Entities
    • EntityModel
    • EnumValue
    • FieldStore
    • IntGrid
    • Tiles

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()
Namespace: LdtkParser.Json
Assembly: LdtkParser.dll
Syntax
public class FieldDef

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
Type Description
DefaultOverride

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
Type Description
TypeUnion

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
In This Article
Back to top Generated by DocFX