TiledItemTileSet constructor
TiledItemTileSet({
- TileSprite? sprite,
- List<
ShapeHitbox> ? collisions, - TilelAnimation? animation,
- String? type,
- String? tileClass,
- Map<
String, dynamic> ? properties, - double angle = 0,
- bool isFlipVertical = false,
- bool isFlipHorizontal = false,
Implementation
TiledItemTileSet({
this.sprite,
this.collisions,
this.animation,
this.type,
this.tileClass,
this.properties,
this.angle = 0,
this.isFlipVertical = false,
this.isFlipHorizontal = false,
});