Class Tileset
Inheritance
System.Object
Tileset
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
CachedPixelData
Declaration
[JsonProperty("cachedPixelData")]
public CachedPixelData CachedPixelData { get; set; }
Property Value
Identifier
Declaration
[JsonProperty("identifier")]
public string Identifier { get; set; }
Property Value
| Type |
Description |
| System.String |
|
Padding
Declaration
[JsonProperty("padding")]
public long Padding { get; set; }
Property Value
| Type |
Description |
| System.Int64 |
|
PxHei
Declaration
[JsonProperty("pxHei")]
public long PxHei { get; set; }
Property Value
| Type |
Description |
| System.Int64 |
|
PxWid
Declaration
[JsonProperty("pxWid")]
public long PxWid { get; set; }
Property Value
| Type |
Description |
| System.Int64 |
|
RelPath
Declaration
[JsonProperty("relPath")]
public string RelPath { get; set; }
Property Value
| Type |
Description |
| System.String |
|
SavedSelections
Declaration
[JsonProperty("savedSelections")]
public List<object> SavedSelections { get; set; }
Property Value
| Type |
Description |
| System.Collections.Generic.List<System.Object> |
|
Spacing
Declaration
[JsonProperty("spacing")]
public long Spacing { get; set; }
Property Value
| Type |
Description |
| System.Int64 |
|
TileGridSize
Declaration
[JsonProperty("tileGridSize")]
public long TileGridSize { get; set; }
Property Value
| Type |
Description |
| System.Int64 |
|
Uid
Declaration
[JsonProperty("uid")]
public long Uid { get; set; }
Property Value
| Type |
Description |
| System.Int64 |
|