TiledWorldBuilder class
Constructors
-
TiledWorldBuilder(String path, {Vector2? forceTileSize, ValueChanged<
Object> ? onError, double tileSizeToUpdate = 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
- 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
Constants
- ABOVE_TYPE → const String
- DYNAMIC_ABOVE_TYPE → const String
- GIT_FLIP_HORIZONTAL → const int
- GIT_FLIP_HORIZONTAL_90 → const int
- GIT_FLIP_HORIZONTAL_270 → const int
- GIT_FLIP_VERTICAL → const int
- GIT_ROTATE_90 → const int
- GIT_ROTATE_180 → const int
- GIT_ROTATE_270 → const int