A DisplayObjectContainer
's dimensions change based on its contents.
That can be a LOT of contents, many of them with visible = false
or masked, thus making them hidden. Is there a way to get only the visible contents of a DisplayObjectContainer
similar to a TextField
has the textHeight
property, which gives you the exact dimension of what you see on-screen.