TiledWorldMap class

Constructors

TiledWorldMap(String path, {Size? forceTileSize, ValueChanged<Object>? onError, double tileSizeToUpdate = 0, Map<String, ObjectBuilder>? objectsBuilder})

Properties

countImageLayer ↔ int
getter/setter pair
countTileLayer ↔ int
getter/setter pair
forceTileSize → Size?
final
fromServer ↔ bool
getter/setter pair
hashCode → int
The hash code for this object.
no setterinherited
onError → ValueChanged<Object>?
final
path → String
final
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited
tileSizeToUpdate → double
final

Methods

build() → Future<TiledWorldData>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
registerObject(String name, ObjectBuilder builder) → void
toString() → String
A string representation of this object.
inherited

Operators

operator ==(Object other) → bool
The equality operator.
inherited