TiledWorldBuilder class
Constructors
-
TiledWorldBuilder(WorldMapReader<
TiledMap> reader, {Vector2? forceTileSize, ValueChanged<Object> ? onError, double sizeToUpdate = 0, Map<String, ObjectBuilder> ? objectsBuilder})
Properties
- countImageLayer ↔ int
-
getter/setter pair
- countTileLayer ↔ int
-
getter/setter pair
- forceTileSize → Vector2?
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
-
onError
→ ValueChanged<
Object> ? -
final
-
reader
→ WorldMapReader<
TiledMap> -
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- sizeToUpdate → double
-
final
Methods
-
build(
) → Future< WorldBuildData> -
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
Constants
- ABOVE_TYPE → const String
- DYNAMIC_ABOVE_TYPE → const String