끄적끄적/Programming
[XNA] XNA 흐름
Nagarry
2010. 5. 17. 02:11
1. Main함수 (Progarm.cs)
2. Game1 (Game1.cs)
3. Initialize함수 (Game1.cs)
4. LoadContent 함수 (Game1.cs)
5. Update (Game1.cs)
6. Draw (Game1.cs)
---종료시
7. UnloadContent (Game1.cs)
괄호속의 파일명은 Visual Studio에서 프로젝트만들기를 통해 생성된 것을 기준
1 -> 2 -> 3 -> 4 -> (5 -> 6 -> -종료시까지 무한반복-> 5 -> 6) -> 7
Google AdSense