XNA: What is the point of Unload()?
Posted
by Rosarch
on Stack Overflow
See other posts from Stack Overflow
or by Rosarch
Published on 2010-04-07T23:45:26Z
Indexed on
2010/04/07
23:53 UTC
Read the original article
Hit count: 150
XNA games have an Unload()
method, where content is supposed to be unloaded. But what is the point of this? If all the content is being unloaded, then the game must be exiting, in which case everything would be garbage collected anyway, right?
© Stack Overflow or respective owner