LdtkTocInstanceData

ceramic.LdtkTocInstanceData (Class)

Contains instance data for an entity referenced in the table of contents. Includes location information to quickly find entities across levels.

Instance Members

ldtk
tocEntry: LdtkTocEntry

The LdtkTocEntry object this instance data belongs to


An object containing the values of all entity fields with the exportToDoc option enabled.


ldtk
widPx: Int

ldtk
heiPx: Int

ldtk
worldX: Int

ldtk
worldY: Int

ldtk
worldIid: String

ldtk
levelIid: String

ldtk
layerIid: String

ldtk
entityIid: String

ldtk
toString(): String
Returns
String

ldtk
new(?tocEntry: LdtkTocEntry, ?json: haxe.DynamicAccess<Dynamic>): Void
Name Type Default
tocEntry LdtkTocEntry (optional)
json haxe.DynamicAccess<Dynamic> (optional)