I see plenty of references to set the camera position but can't seem to locate anything that discusses how to get the info. I'm doing a side scroller with parallax and wanted to do a repeating background...but would like to know my position so as to trigger the addition of other backgrounds/sprites. Right now I'm adding content on a timing basis but would like to be more accurate and was thinking camera would tell me where in the world I am.
I've seen discussion re: repeating backgrounds but really need to know where I'm at to trigger other actions. BTW, I'm not using a tilemap since the backgrounds are essentially static and large (maybe I should just use tilemap so that I can track via tiles?).
Thanks guys.