LdtkTilesetDef class
Tileset definition.
Constructors
- LdtkTilesetDef({required String identifier, required int uid, required int tileGridSize, String? relPath, required int pxWid, required int pxHei})
-
const
-
LdtkTilesetDef.fromJson(Map<
String, dynamic> json) -
factory
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited