menu
flame_isometric package
documentation
custom_isometric_tile_map_component.dart
CustomIsometricTileMapComponent
isRemoving property
isRemoving property
dark_mode
light_mode
isRemoving
property
bool
get
isRemoving
inherited
Whether the component is scheduled to be removed.
Implementation
bool get isRemoving => (_state & _removing) != 0;
flame_isometric package
documentation
custom_isometric_tile_map_component
CustomIsometricTileMapComponent
isRemoving property
CustomIsometricTileMapComponent class