| 1 | import { Bounds } from '../../container/bounds/Bounds'; |
| 2 | import { getGlobalBounds } from '../../container/bounds/getGlobalBounds'; |
| 3 | import { Container } from '../../container/Container'; |
| 4 | import { TilingSprite } from '../TilingSprite'; |
nothing calls this directly
no test coverage detected