Class Entity
Inheritance
System.Object
Entity
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
Color
Declaration
[JsonProperty("color")]
public string Color { get; set; }
Property Value
| Type |
Description |
| System.String |
|
FieldDefs
Declaration
[JsonProperty("fieldDefs")]
public List<FieldDef> FieldDefs { get; set; }
Property Value
| Type |
Description |
| System.Collections.Generic.List<FieldDef> |
|
Height
Declaration
[JsonProperty("height")]
public long Height { get; set; }
Property Value
| Type |
Description |
| System.Int64 |
|
Identifier
Declaration
[JsonProperty("identifier")]
public string Identifier { get; set; }
Property Value
| Type |
Description |
| System.String |
|
LimitBehavior
Declaration
[JsonProperty("limitBehavior")]
public string LimitBehavior { get; set; }
Property Value
| Type |
Description |
| System.String |
|
MaxPerLevel
Declaration
[JsonProperty("maxPerLevel")]
public long MaxPerLevel { get; set; }
Property Value
| Type |
Description |
| System.Int64 |
|
PivotX
Declaration
[JsonProperty("pivotX")]
public double PivotX { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
PivotY
Declaration
[JsonProperty("pivotY")]
public double PivotY { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
RenderMode
Declaration
[JsonProperty("renderMode")]
public string RenderMode { get; set; }
Property Value
| Type |
Description |
| System.String |
|
ShowName
Declaration
[JsonProperty("showName")]
public bool ShowName { get; set; }
Property Value
| Type |
Description |
| System.Boolean |
|
TileId
Declaration
[JsonProperty("tileId")]
public long? TileId { get; set; }
Property Value
| Type |
Description |
| System.Nullable<System.Int64> |
|
TileRenderMode
Declaration
[JsonProperty("tileRenderMode")]
public string TileRenderMode { get; set; }
Property Value
| Type |
Description |
| System.String |
|
TilesetId
Declaration
[JsonProperty("tilesetId")]
public long? TilesetId { get; set; }
Property Value
| Type |
Description |
| System.Nullable<System.Int64> |
|
Uid
Declaration
[JsonProperty("uid")]
public long Uid { get; set; }
Property Value
| Type |
Description |
| System.Int64 |
|
Width
Declaration
[JsonProperty("width")]
public long Width { get; set; }
Property Value
| Type |
Description |
| System.Int64 |
|