コード例 #1
0
ファイル: GameBase.cs プロジェクト: shadownoir/xenko
 /// <summary>
 /// Called when graphics resources need to be unloaded. Override this method to unload any game-specific graphics resources.
 /// </summary>
 protected virtual void UnloadContent()
 {
     GameSystems.UnloadContent();
 }