Good day everyone i've been using c2 for a while now but to my surprise i really don't understand what the margins accomplish.i've checked the C2 manual and this was the information they gave:
The size, in pixels, of the margins. The margins are the grey areas outside the layout area. This only affects the Layout View and has no effect when previewing.
Am sure you're wondering why am asking for this kind of information,but my real issue is memory management
i checked Ashley's tutorial on memory management and she said something about putting your objects in the layout view,she said c2 preloads the objects in the layout view and if the object is not needed it should be destroyed on a start of layout event,but the issue is my game has lot of objects and i am not sure i can put all those objects in my layout view so i want to clear my doubts by asking if my objects can be put within the margin space and still be preloaded when my layout starts.if not what else should i do to save memory.ANY HELP WILL BE GREATLY APPRECIATED THANK YOU FOR READING AND HELPING