Example #1
0
 protected internal abstract void Initialize(GameContext gameContext);
 /// <summary>
 /// Initializes a new instance of the <see cref="GameWindowRenderer" /> class.
 /// </summary>
 /// <param name="registry">The registry.</param>
 /// <param name="gameContext">The window context.</param>
 public GameWindowRenderer(IServiceRegistry registry, GameContext gameContext)
     : base(registry)
 {
     GameContext = gameContext;
 }