# ManagedPositionedObjects

The ManagedPositionedObject list in the SpriteManager object is a list of [PositionedObjects](https://github.com/flatredball/FlatRedBallDocs/blob/main/frb/docs/index.php) which the SpriteManager is managing. In a typical project (using Glue), this list will contain mostly instances of Entities in your game, so you can look at this list to see what is actively managed.
