Application.Run 썸네일형 리스트형 [XNA , WPF] XNA 에서 코드레벨로 WPF 생성하기 필요한 레퍼런스는 System.Windows.Presentaion System.Xaml PresentationCore PresentationFramework 이고 필요한 using 은 using System.Threading; using System.Windows; using System.Windows.Controls; 되겠다. Created with colorer-take5 library. Type 'csharp'XNA , Game1.cs 중 일부 Texture2D tex; protected override void LoadContent() { spriteBatch = new SpriteBatch(GraphicsDevice); tex = Content.Load("logo2"); this.Window.T.. 더보기 이전 1 다음