public bool OverlayWireframe(SpriteCache sprite)
 {
     return(sprite.IsVisible() && sprite.skinningCache.selectedSprite == sprite);
 }